#64CB5D

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

Shades of Fern #64CB5D

Tints of Fern #64CB5D

Color information

#64CB5D (or 0x64CB5D) is unknown color: approx Fern. HEX triplet: 64, CB and 5D. RGB value is (100,203,93). Sum of RGB (Red+Green+Blue) = 100+203+93=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB5D is #9B34A2. Grayscale: #9F9F9F. Windows color (decimal): -10171555 or 6146916. OLE color: 6146916.

HSL color Cylindrical-coordinate representation of color #64CB5D: hue angle of 116.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CB5D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB10020393-
CMYK0.5100.540.20
HSL116.18º51.4%58.04%-
HSV(B)116.18º54.19%79.61%-
XYZ28.5946.2117.77-
YUV159.6690.3885.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 203 (79.69% from 255) = 51.26%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=25.25%
G=51.26%
B=23.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100203930.5100.540.20116.1851.458.04
Hex64CB5D330361474333a
Octal14431313563066241646372
Binary11001001100101110111011100110110110101001110100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,203,93); }

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

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

 a { background-color: rgb(100,203,93); }

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

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

 span { border-color: rgb(100,203,93); }

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