Html Css Color HEX #66D064 Fern

📋 copy color: '#66D064'

red 102 ◦ green 208 ◦ blue 100

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

Shades of Fern #66D064

Tints of Fern #66D064

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

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

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

Color convert

RGB 102 208 100 -
CMYK 0.51 0 0.52 0.18
HSL 118.89º 0.53% 0.6% -
HSV(B) 118.89º 0.52% 0.82% -
XYZ 30.34 48.86 19.89 -
YUV 163.99 91.88 83.78 -
System Red Green Blue C M Y K H S L
Decimal 102 208 100 0.51 0 0.52 0.18 118.89 0.53 0.6
Hex 66 D0 64 33 0 34 12 77 35 3C
Octal 146 320 144 63 0 64 22 167 65 74
Binary 1100110 11010000 1100100 110011 0 110100 10010 1110111 110101 111100

Color Harmonies of #66D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D064

Black with #66D064

Text Example


Text Example

White with #66D064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66D064; }

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

 H1.HeaderClassName
 {
   color: #66D064;
 }
 .AnyTagClassName
 {
   color: #66D064;
 }
</style>

background-color css

<style>
 a { background-color: #66D064; }

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

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

border-color css

<style>
 span { border-color: #66D064; }

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

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