Html Css Color HEX #64D066 Fern

📋 copy color: '#64D066'

red 100 ◦ green 208 ◦ blue 102

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

Shades of Fern #64D066

Tints of Fern #64D066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 24.39%
G = 50.73%
B = 24.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#64D066 (or 0x64D066) is known color: Fern. HEX triplet: 64, D0 and 66. RGB value is (100,208,102). Sum of RGB (Red+Green+Blue) = 100+208+102=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #64D066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D066 is #9B2F99. Grayscale: #A3A3A3. Windows color (decimal): -10170266 or 6738020. OLE color: 6738020.

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

Color convert

RGB 100 208 102 -
CMYK 0.52 0 0.51 0.18
HSL 121.11º 0.53% 0.6% -
HSV(B) 121.11º 0.52% 0.82% -
XYZ 30.21 48.78 20.39 -
YUV 163.62 93.22 82.62 -
System Red Green Blue C M Y K H S L
Decimal 100 208 102 0.52 0 0.51 0.18 121.11 0.53 0.6
Hex 64 D0 66 34 0 33 12 79 35 3C
Octal 144 320 146 64 0 63 22 171 65 74
Binary 1100100 11010000 1100110 110100 0 110011 10010 1111001 110101 111100

Color Harmonies of #64D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D066

Black with #64D066

Text Example


Text Example

White with #64D066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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