Html Css Color HEX #64BB73 Fern

📋 copy color: '#64BB73'

red 100 ◦ green 187 ◦ blue 115

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

Shades of Fern #64BB73

Tints of Fern #64BB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 24.88%
G = 46.52%
B = 28.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#64BB73 (or 0x64BB73) is known color: Fern. HEX triplet: 64, BB and 73. RGB value is (100,187,115). Sum of RGB (Red+Green+Blue) = 100+187+115=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB73 is #9B448C. Grayscale: #989898. Windows color (decimal): -10175629 or 7584612. OLE color: 7584612.

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

Color convert

RGB 100 187 115 -
CMYK 0.47 0 0.39 0.27
HSL 130.34º 0.39% 0.56% -
HSV(B) 130.34º 0.47% 0.73% -
XYZ 26.12 39.49 22.46 -
YUV 152.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 100 187 115 0.47 0 0.39 0.27 130.34 0.39 0.56
Hex 64 BB 73 2F 0 27 1B 82 27 38
Octal 144 273 163 57 0 47 33 202 47 70
Binary 1100100 10111011 1110011 101111 0 100111 11011 10000010 100111 111000

Color Harmonies of #64BB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB73

Black with #64BB73

Text Example


Text Example

White with #64BB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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