Html Css Color HEX #64C860 Fern

📋 copy color: '#64C860'

red 100 ◦ green 200 ◦ blue 96

#64C860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #64C860

Tints of Fern #64C860

RGB

 RED value IS 100 (39.45% from 255) = 25.25%

 GREEN value IS 200 (78.52% from 255) = 50.51%

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 25.25%
G = 50.51%
B = 24.24%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#64C860 (or 0x64C860) is known color: Fern. HEX triplet: 64, C8 and 60. RGB value is (100,200,96). Sum of RGB (Red+Green+Blue) = 100+200+96=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #64C860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C860 is #9B379F. Grayscale: #9E9E9E. Windows color (decimal): -10172320 or 6342756. OLE color: 6342756.

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

Color convert

RGB 100 200 96 -
CMYK 0.5 0 0.52 0.22
HSL 117.69º 0.49% 0.58% -
HSV(B) 117.69º 0.52% 0.78% -
XYZ 28.02 44.86 18.25 -
YUV 158.24 92.87 86.46 -
System Red Green Blue C M Y K H S L
Decimal 100 200 96 0.5 0 0.52 0.22 117.69 0.49 0.58
Hex 64 C8 60 32 0 34 16 76 31 3A
Octal 144 310 140 62 0 64 26 166 61 72
Binary 1100100 11001000 1100000 110010 0 110100 10110 1110110 110001 111010

Color Harmonies of #64C860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C860

Black with #64C860

Text Example


Text Example

White with #64C860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,200,96); }

 H1.HeaderClassName
 {
   color: #64C860;
 }
 .AnyTagClassName
 {
   color: #64C860;
 }
</style>

background-color css

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

 a { background-color: rgb(100,200,96); }

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

border-color css

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

 span { border-color: rgb(100,200,96); }

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