Html Css Color HEX #64BB70 Fern

📋 copy color: '#64BB70'

red 100 ◦ green 187 ◦ blue 112

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

Shades of Fern #64BB70

Tints of Fern #64BB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.87%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 25.06%
G = 46.87%
B = 28.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#64BB70 (or 0x64BB70) is known color: Fern. HEX triplet: 64, BB and 70. RGB value is (100,187,112). Sum of RGB (Red+Green+Blue) = 100+187+112=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB70 is #9B448F. Grayscale: #989898. Windows color (decimal): -10175632 or 7388004. OLE color: 7388004.

HSL color Cylindrical-coordinate representation of color #64BB70: hue angle of 128.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BB70 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 112 -
CMYK 0.47 0 0.40 0.27
HSL 128.28º 0.39% 0.56% -
HSV(B) 128.28º 0.47% 0.73% -
XYZ 25.95 39.42 21.57 -
YUV 152.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 100 187 112 0.47 0 0.40 0.27 128.28 0.39 0.56
Hex 64 BB 70 2F 0 28 1B 80 27 38
Octal 144 273 160 57 0 50 33 200 47 70
Binary 1100100 10111011 1110000 101111 0 101000 11011 10000000 100111 111000

Color Harmonies of #64BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB70

Black with #64BB70

Text Example


Text Example

White with #64BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,112); }

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

background-color css

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

 a { background-color: rgb(100,187,112); }

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

border-color css

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

 span { border-color: rgb(100,187,112); }

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