#66C374

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

Shades of Fern #66C374

Tints of Fern #66C374

Color information

#66C374 (or 0x66C374) is unknown color: approx Fern. HEX triplet: 66, C3 and 74. RGB value is (102,195,116). Sum of RGB (Red+Green+Blue) = 102+195+116=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #66C374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C374 is #993C8B. Grayscale: #9E9E9E. Windows color (decimal): -10042508 or 7652198. OLE color: 7652198.

HSL color Cylindrical-coordinate representation of color #66C374: hue angle of 129.03º 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 #66C374 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB102195116-
CMYK0.4800.410.24
HSL129.03º43.66%58.24%-
HSV(B)129.03º47.69%76.47%-
XYZ28.1543.1223.36-
YUV158.19104.1987.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 195 (76.56% from 255) = 47.22%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=24.70%
G=47.22%
B=28.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021951160.4800.410.24129.0343.6658.24
Hex66C3743002918812c3a
Octal14630316460051302015472
Binary110011011000011111010011000001010011100010000001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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