#66C379

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

Shades of Fern #66C379

Tints of Fern #66C379

Color information

#66C379 (or 0x66C379) is unknown color: approx Fern. HEX triplet: 66, C3 and 79. RGB value is (102,195,121). Sum of RGB (Red+Green+Blue) = 102+195+121=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #66C379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C379 is #993C86. Grayscale: #9E9E9E. Windows color (decimal): -10042503 or 7979878. OLE color: 7979878.

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

Color convert

RGB102195121-
CMYK0.4800.380.24
HSL132.26º43.66%58.24%-
HSV(B)132.26º47.69%76.47%-
XYZ28.4543.2424.94-
YUV158.76106.6987.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 195 (76.56% from 255) = 46.65%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=24.40%
G=46.65%
B=28.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951210.4800.380.24132.2643.6658.24
Hex66C3793002618842c3a
Octal14630317160046302045472
Binary110011011000011111100111000001001101100010000100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,195,121); }

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

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

 a { background-color: rgb(102,195,121); }

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

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

 span { border-color: rgb(102,195,121); }

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