Html Css Color HEX #64BA72 Fern

📋 copy color: '#64BA72'

red 100 ◦ green 186 ◦ blue 114

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

Shades of Fern #64BA72

Tints of Fern #64BA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 25%
G = 46.5%
B = 28.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#64BA72 (or 0x64BA72) is known color: Fern. HEX triplet: 64, BA and 72. RGB value is (100,186,114). Sum of RGB (Red+Green+Blue) = 100+186+114=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA72 is #9B458D. Grayscale: #989898. Windows color (decimal): -10175886 or 7518820. OLE color: 7518820.

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

Color convert

RGB 100 186 114 -
CMYK 0.46 0 0.39 0.27
HSL 129.77º 0.38% 0.56% -
HSV(B) 129.77º 0.46% 0.73% -
XYZ 25.85 39.04 22.09 -
YUV 152.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 100 186 114 0.46 0 0.39 0.27 129.77 0.38 0.56
Hex 64 BA 72 2E 0 27 1B 82 26 38
Octal 144 272 162 56 0 47 33 202 46 70
Binary 1100100 10111010 1110010 101110 0 100111 11011 10000010 100110 111000

Color Harmonies of #64BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA72

Black with #64BA72

Text Example


Text Example

White with #64BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,114); }

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

background-color css

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

 a { background-color: rgb(100,186,114); }

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

border-color css

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

 span { border-color: rgb(100,186,114); }

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