Html Css Color HEX #64C96A Fern

📋 copy color: '#64C96A'

red 100 ◦ green 201 ◦ blue 106

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

Shades of Fern #64C96A

Tints of Fern #64C96A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 24.57%
G = 49.39%
B = 26.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#64C96A (or 0x64C96A) is known color: Fern. HEX triplet: 64, C9 and 6A. RGB value is (100,201,106). Sum of RGB (Red+Green+Blue) = 100+201+106=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #64C96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C96A is #9B3695. Grayscale: #A0A0A0. Windows color (decimal): -10172054 or 6998372. OLE color: 6998372.

HSL color Cylindrical-coordinate representation of color #64C96A: hue angle of 123.56º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C96A is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 106 -
CMYK 0.50 0 0.47 0.21
HSL 123.56º 0.48% 0.59% -
HSV(B) 123.56º 0.5% 0.79% -
XYZ 28.74 45.52 20.91 -
YUV 159.97 97.54 85.22 -
System Red Green Blue C M Y K H S L
Decimal 100 201 106 0.50 0 0.47 0.21 123.56 0.48 0.59
Hex 64 C9 6A 32 0 2F 15 7C 30 3B
Octal 144 311 152 62 0 57 25 174 60 73
Binary 1100100 11001001 1101010 110010 0 101111 10101 1111100 110000 111011

Color Harmonies of #64C96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C96A

Black with #64C96A

Text Example


Text Example

White with #64C96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,201,106); }

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

background-color css

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

 a { background-color: rgb(100,201,106); }

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

border-color css

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

 span { border-color: rgb(100,201,106); }

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