#66D061

Color #66D061 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #66D061

Tints of Fern #66D061

Color information

#66D061 (or 0x66D061) is unknown color: approx Fern. HEX triplet: 66, D0 and 61. RGB value is (102,208,97). Sum of RGB (Red+Green+Blue) = 102+208+97=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #66D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D061 is #992F9E. Grayscale: #A3A3A3. Windows color (decimal): -10039199 or 6410342. OLE color: 6410342.

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

Color convert

RGB10220897-
CMYK0.5100.530.18
HSL117.3º54.15%59.8%-
HSV(B)117.3º53.37%81.57%-
XYZ30.1948.819.14-
YUV163.6590.3884.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 208 (81.64% from 255) = 51.11%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=25.06%
G=51.11%
B=23.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102208970.5100.530.18117.354.1559.8
Hex66D061330351275363c
Octal14632014163065221656674
Binary11001101101000011000011100110110101100101110101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66D061;
 }
 .AnyTagClassName
 {
   color: #66D061;
 }
</style>
background-color css

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

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

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

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

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

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