#66C275

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

Shades of Fern #66C275

Tints of Fern #66C275

Color information

#66C275 (or 0x66C275) is unknown color: approx Fern. HEX triplet: 66, C2 and 75. RGB value is (102,194,117). Sum of RGB (Red+Green+Blue) = 102+194+117=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #66C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C275 is #993D8A. Grayscale: #9D9D9D. Windows color (decimal): -10042763 or 7717478. OLE color: 7717478.

HSL color Cylindrical-coordinate representation of color #66C275: hue angle of 129.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C275 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB102194117-
CMYK0.4700.400.24
HSL129.78º42.99%58.04%-
HSV(B)129.78º47.42%76.08%-
XYZ27.9842.6923.6-
YUV157.71105.0288.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 194 (76.17% from 255) = 46.97%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=24.70%
G=46.97%
B=28.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021941170.4700.400.24129.7842.9958.04
Hex66C2752F02818822b3a
Octal14630216557050302025372
Binary110011011000010111010110111101010001100010000010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,194,117); }

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

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

 a { background-color: rgb(102,194,117); }

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

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

 span { border-color: rgb(102,194,117); }

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