#64CE5E

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

Shades of Fern #64CE5E

Tints of Fern #64CE5E

Color information

#64CE5E (or 0x64CE5E) is unknown color: approx Fern. HEX triplet: 64, CE and 5E. RGB value is (100,206,94). Sum of RGB (Red+Green+Blue) = 100+206+94=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CE5E is #9B31A1. Grayscale: #A1A1A1. Windows color (decimal): -10170786 or 6213220. OLE color: 6213220.

HSL color Cylindrical-coordinate representation of color #64CE5E: hue angle of 116.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CE5E is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB10020694-
CMYK0.5100.540.19
HSL116.79º53.33%58.82%-
HSV(B)116.79º54.37%80.78%-
XYZ29.3547.6618.24-
YUV161.5489.8884.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 51.5%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=25%
G=51.5%
B=23.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100206940.5100.540.19116.7953.3358.82
Hex64CE5E330361375353b
Octal14431613663066231656573
Binary11001001100111010111101100110110110100111110101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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