Html Css Color HEX #64BF76 Fern

📋 copy color: '#64BF76'

red 100 ◦ green 191 ◦ blue 118

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

Shades of Fern #64BF76

Tints of Fern #64BF76

RGB

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

 GREEN value IS 191 (75% from 255) = 46.7%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 24.45%
G = 46.7%
B = 28.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#64BF76 (or 0x64BF76) is known color: Fern. HEX triplet: 64, BF and 76. RGB value is (100,191,118). Sum of RGB (Red+Green+Blue) = 100+191+118=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF76 is #9B4089. Grayscale: #9B9B9B. Windows color (decimal): -10174602 or 7782244. OLE color: 7782244.

HSL color Cylindrical-coordinate representation of color #64BF76: hue angle of 131.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BF76 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 118 -
CMYK 0.48 0 0.38 0.25
HSL 131.87º 0.42% 0.57% -
HSV(B) 131.87º 0.48% 0.75% -
XYZ 27.16 41.28 23.68 -
YUV 155.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 100 191 118 0.48 0 0.38 0.25 131.87 0.42 0.57
Hex 64 BF 76 30 0 26 19 84 2A 39
Octal 144 277 166 60 0 46 31 204 52 71
Binary 1100100 10111111 1110110 110000 0 100110 11001 10000100 101010 111001

Color Harmonies of #64BF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF76

Black with #64BF76

Text Example


Text Example

White with #64BF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,118); }

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

background-color css

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

 a { background-color: rgb(100,191,118); }

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

border-color css

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

 span { border-color: rgb(100,191,118); }

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