Html Css Color HEX #64C86F Fern

📋 copy color: '#64C86F'

red 100 ◦ green 200 ◦ blue 111

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

Shades of Fern #64C86F

Tints of Fern #64C86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 24.33%
G = 48.66%
B = 27.01%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#64C86F (or 0x64C86F) is known color: Fern. HEX triplet: 64, C8 and 6F. RGB value is (100,200,111). Sum of RGB (Red+Green+Blue) = 100+200+111=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #64C86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C86F is #9B3790. Grayscale: #A0A0A0. Windows color (decimal): -10172305 or 7325796. OLE color: 7325796.

HSL color Cylindrical-coordinate representation of color #64C86F: hue angle of 126.6º 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 #64C86F is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 200 111 -
CMYK 0.5 0 0.44 0.22
HSL 126.6º 0.48% 0.59% -
HSV(B) 126.6º 0.5% 0.78% -
XYZ 28.78 45.17 22.24 -
YUV 159.95 100.37 85.24 -
System Red Green Blue C M Y K H S L
Decimal 100 200 111 0.5 0 0.44 0.22 126.6 0.48 0.59
Hex 64 C8 6F 32 0 2C 16 7F 30 3B
Octal 144 310 157 62 0 54 26 177 60 73
Binary 1100100 11001000 1101111 110010 0 101100 10110 1111111 110000 111011

Color Harmonies of #64C86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C86F

Black with #64C86F

Text Example


Text Example

White with #64C86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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