#5ad664

Color #5AD664 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5AD664

Tints of Fern #5AD664

Color information

#5AD664 (or 0x5AD664) is unknown color: approx Fern. HEX triplet: 5A, D6 and 64. RGB value is (90,214,100). Sum of RGB (Red+Green+Blue) = 90+214+100=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD664 is #A5299B. Grayscale: #A4A4A4. Windows color (decimal): -10824092 or 6608474. OLE color: 6608474.

HSL color Cylindrical-coordinate representation of color #5AD664: hue angle of 124.84º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD664 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB90214100-
CMYK0.5800.530.16
HSL124.84º60.19%59.61%-
HSV(B)124.84º57.94%83.92%-
XYZ30.5651.1920.33-
YUV163.9391.9275.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 22.28%
GREEN value IS 214 (83.98% from 255) = 52.97%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=22.28%
G=52.97%
B=24.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902141000.5800.530.16124.8460.1959.61
Hex5AD6643A035107d3c3c
Octal13232614472065201757474
Binary10110101101011011001001110100110101100001111101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ad664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ad664; }

 p { color: rgb(90,214,100); }

 H1.HeaderClassName
 {
   color: #5ad664;
 }
 .AnyTagClassName
 {
   color: #5ad664;
 }
</style>
background-color css

<style>
 a { background-color: #5ad664; }

 a { background-color: rgb(90,214,100); }

 div.DivClassName
 {
   background-color: #5ad664;
 }
 .BgClassName
 {
   background-color: #5ad664;
 }
</style>
border-color css

<style>
 span { border-color: #5ad664; }

 span { border-color: rgb(90,214,100); }

 td.TdClassName
 {
   border-color: #5ad664;
 }
 .TagClassName
 {
   border-color: #5ad664;
 }
</style>