Html Css Color HEX #64BF77 Fern

📋 copy color: '#64BF77'

red 100 ◦ green 191 ◦ blue 119

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

Shades of Fern #64BF77

Tints of Fern #64BF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 24.39%
G = 46.59%
B = 29.02%

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

#64BF77 (or 0x64BF77) is known color: Fern. HEX triplet: 64, BF and 77. RGB value is (100,191,119). Sum of RGB (Red+Green+Blue) = 100+191+119=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF77 is #9B4088. Grayscale: #9B9B9B. Windows color (decimal): -10174601 or 7847780. OLE color: 7847780.

HSL color Cylindrical-coordinate representation of color #64BF77: hue angle of 132.53º 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 #64BF77 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 119 -
CMYK 0.48 0 0.38 0.25
HSL 132.53º 0.42% 0.57% -
HSV(B) 132.53º 0.48% 0.75% -
XYZ 27.22 41.3 23.99 -
YUV 155.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 100 191 119 0.48 0 0.38 0.25 132.53 0.42 0.57
Hex 64 BF 77 30 0 26 19 85 2A 39
Octal 144 277 167 60 0 46 31 205 52 71
Binary 1100100 10111111 1110111 110000 0 100110 11001 10000101 101010 111001

Color Harmonies of #64BF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF77

Black with #64BF77

Text Example


Text Example

White with #64BF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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