#64AE61

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

Shades of Fern #64AE61

Tints of Fern #64AE61

Color information

#64AE61 (or 0x64AE61) is unknown color: approx Fern. HEX triplet: 64, AE and 61. RGB value is (100,174,97). Sum of RGB (Red+Green+Blue) = 100+174+97=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE61 is #9B519E. Grayscale: #8F8F8F. Windows color (decimal): -10178975 or 6401636. OLE color: 6401636.

HSL color Cylindrical-coordinate representation of color #64AE61: hue angle of 117.66º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64AE61 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB10017497-
CMYK0.4300.440.32
HSL117.66º32.22%53.14%-
HSV(B)117.66º44.25%68.24%-
XYZ22.5533.8416.65-
YUV143.1101.9897.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=26.95%
G=46.90%
B=26.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100174970.4300.440.32117.6632.2253.14
Hex64AE612B02C20762035
Octal14425614153054401664065
Binary110010010101110110000110101101011001000001110110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AE61; }

 p { color: rgb(100,174,97); }

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

<style>
 a { background-color: #64AE61; }

 a { background-color: rgb(100,174,97); }

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

<style>
 span { border-color: #64AE61; }

 span { border-color: rgb(100,174,97); }

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