#64C65E

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

Shades of Fern #64C65E

Tints of Fern #64C65E

Color information

#64C65E (or 0x64C65E) is unknown color: approx Fern. HEX triplet: 64, C6 and 5E. RGB value is (100,198,94). Sum of RGB (Red+Green+Blue) = 100+198+94=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #64C65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C65E is #9B39A1. Grayscale: #9D9D9D. Windows color (decimal): -10172834 or 6211172. OLE color: 6211172.

HSL color Cylindrical-coordinate representation of color #64C65E: hue angle of 116.54º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64C65E is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB10019894-
CMYK0.4900.530.22
HSL116.54º47.71%57.25%-
HSV(B)116.54º52.53%77.65%-
XYZ27.4743.9117.62-
YUV156.8492.5387.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 198 (77.73% from 255) = 50.51%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=25.51%
G=50.51%
B=23.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100198940.4900.530.22116.5447.7157.25
Hex64C65E3103516753039
Octal14430613661065261656071
Binary11001001100011010111101100010110101101101110101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,198,94); }

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

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

 a { background-color: rgb(100,198,94); }

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

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

 span { border-color: rgb(100,198,94); }

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