Html Css Color HEX #64D072 Fern

📋 copy color: '#64D072'

red 100 ◦ green 208 ◦ blue 114

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

Shades of Fern #64D072

Tints of Fern #64D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

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

R = 23.7%
G = 49.29%
B = 27.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#64D072 (or 0x64D072) is known color: Fern. HEX triplet: 64, D0 and 72. RGB value is (100,208,114). Sum of RGB (Red+Green+Blue) = 100+208+114=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #64D072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D072 is #9B2F8D. Grayscale: #A5A5A5. Windows color (decimal): -10170254 or 7524452. OLE color: 7524452.

HSL color Cylindrical-coordinate representation of color #64D072: hue angle of 127.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D072 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 114 -
CMYK 0.52 0 0.45 0.18
HSL 127.78º 0.53% 0.6% -
HSV(B) 127.78º 0.52% 0.82% -
XYZ 30.85 49.04 23.76 -
YUV 164.99 99.22 81.64 -
System Red Green Blue C M Y K H S L
Decimal 100 208 114 0.52 0 0.45 0.18 127.78 0.53 0.6
Hex 64 D0 72 34 0 2D 12 80 35 3C
Octal 144 320 162 64 0 55 22 200 65 74
Binary 1100100 11010000 1110010 110100 0 101101 10010 10000000 110101 111100

Color Harmonies of #64D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D072

Black with #64D072

Text Example


Text Example

White with #64D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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