Html Css Color HEX #64BB71 Fern

📋 copy color: '#64BB71'

red 100 ◦ green 187 ◦ blue 113

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

Shades of Fern #64BB71

Tints of Fern #64BB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 25%
G = 46.75%
B = 28.25%

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

#64BB71 (or 0x64BB71) is known color: Fern. HEX triplet: 64, BB and 71. RGB value is (100,187,113). Sum of RGB (Red+Green+Blue) = 100+187+113=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB71 is #9B448E. Grayscale: #989898. Windows color (decimal): -10175631 or 7453540. OLE color: 7453540.

HSL color Cylindrical-coordinate representation of color #64BB71: hue angle of 128.97º 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 #64BB71 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 187 113 -
CMYK 0.47 0 0.40 0.27
HSL 128.97º 0.39% 0.56% -
HSV(B) 128.97º 0.47% 0.73% -
XYZ 26.01 39.44 21.87 -
YUV 152.55 105.68 90.52 -
System Red Green Blue C M Y K H S L
Decimal 100 187 113 0.47 0 0.40 0.27 128.97 0.39 0.56
Hex 64 BB 71 2F 0 28 1B 81 27 38
Octal 144 273 161 57 0 50 33 201 47 70
Binary 1100100 10111011 1110001 101111 0 101000 11011 10000001 100111 111000

Color Harmonies of #64BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB71

Black with #64BB71

Text Example


Text Example

White with #64BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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