Html Css Color HEX #64C96E Fern

📋 copy color: '#64C96E'

red 100 ◦ green 201 ◦ blue 110

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

Shades of Fern #64C96E

Tints of Fern #64C96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 24.33%
G = 48.91%
B = 26.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#64C96E (or 0x64C96E) is known color: Fern. HEX triplet: 64, C9 and 6E. RGB value is (100,201,110). Sum of RGB (Red+Green+Blue) = 100+201+110=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #64C96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C96E is #9B3691. Grayscale: #A0A0A0. Windows color (decimal): -10172050 or 7260516. OLE color: 7260516.

HSL color Cylindrical-coordinate representation of color #64C96E: hue angle of 125.94º 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 #64C96E is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 110 -
CMYK 0.50 0 0.45 0.21
HSL 125.94º 0.48% 0.59% -
HSV(B) 125.94º 0.5% 0.79% -
XYZ 28.96 45.61 22.03 -
YUV 160.43 99.54 84.9 -
System Red Green Blue C M Y K H S L
Decimal 100 201 110 0.50 0 0.45 0.21 125.94 0.48 0.59
Hex 64 C9 6E 32 0 2D 15 7E 30 3B
Octal 144 311 156 62 0 55 25 176 60 73
Binary 1100100 11001001 1101110 110010 0 101101 10101 1111110 110000 111011

Color Harmonies of #64C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C96E

Black with #64C96E

Text Example


Text Example

White with #64C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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