Html Css Color HEX #64D070 Fern

📋 copy color: '#64D070'

red 100 ◦ green 208 ◦ blue 112

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

Shades of Fern #64D070

Tints of Fern #64D070

RGB

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

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

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

R = 23.81%
G = 49.52%
B = 26.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#64D070 (or 0x64D070) is known color: Fern. HEX triplet: 64, D0 and 70. RGB value is (100,208,112). Sum of RGB (Red+Green+Blue) = 100+208+112=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #64D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D070 is #9B2F8F. Grayscale: #A5A5A5. Windows color (decimal): -10170256 or 7393380. OLE color: 7393380.

HSL color Cylindrical-coordinate representation of color #64D070: hue angle of 126.67º 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 #64D070 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 112 -
CMYK 0.52 0 0.46 0.18
HSL 126.67º 0.53% 0.6% -
HSV(B) 126.67º 0.52% 0.82% -
XYZ 30.74 48.99 23.17 -
YUV 164.76 98.22 81.81 -
System Red Green Blue C M Y K H S L
Decimal 100 208 112 0.52 0 0.46 0.18 126.67 0.53 0.6
Hex 64 D0 70 34 0 2E 12 7F 35 3C
Octal 144 320 160 64 0 56 22 177 65 74
Binary 1100100 11010000 1110000 110100 0 101110 10010 1111111 110101 111100

Color Harmonies of #64D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D070

Black with #64D070

Text Example


Text Example

White with #64D070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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