Html Css Color HEX #64C86E Fern

📋 copy color: '#64C86E'

red 100 ◦ green 200 ◦ blue 110

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

Shades of Fern #64C86E

Tints of Fern #64C86E

RGB

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

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

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

R = 24.39%
G = 48.78%
B = 26.83%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#64C86E (or 0x64C86E) is known color: Fern. HEX triplet: 64, C8 and 6E. RGB value is (100,200,110). Sum of RGB (Red+Green+Blue) = 100+200+110=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #64C86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C86E is #9B3791. Grayscale: #A0A0A0. Windows color (decimal): -10172306 or 7260260. OLE color: 7260260.

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

Color convert

RGB 100 200 110 -
CMYK 0.5 0 0.45 0.22
HSL 126º 0.48% 0.59% -
HSV(B) 126º 0.5% 0.78% -
XYZ 28.72 45.14 21.95 -
YUV 159.84 99.87 85.32 -
System Red Green Blue C M Y K H S L
Decimal 100 200 110 0.5 0 0.45 0.22 126 0.48 0.59
Hex 64 C8 6E 32 0 2D 16 7E 30 3B
Octal 144 310 156 62 0 55 26 176 60 73
Binary 1100100 11001000 1101110 110010 0 101101 10110 1111110 110000 111011

Color Harmonies of #64C86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C86E

Black with #64C86E

Text Example


Text Example

White with #64C86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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