#66C47A

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

Shades of Fern #66C47A

Tints of Fern #66C47A

Color information

#66C47A (or 0x66C47A) is unknown color: approx Fern. HEX triplet: 66, C4 and 7A. RGB value is (102,196,122). Sum of RGB (Red+Green+Blue) = 102+196+122=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #66C47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C47A is #993B85. Grayscale: #9F9F9F. Windows color (decimal): -10042246 or 8045670. OLE color: 8045670.

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

Color convert

RGB102196122-
CMYK0.4800.380.23
HSL132.77º44.34%58.43%-
HSV(B)132.77º47.96%76.86%-
XYZ28.7343.7125.33-
YUV159.46106.8687.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 196 (76.95% from 255) = 46.67%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=24.29%
G=46.67%
B=29.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021961220.4800.380.23132.7744.3458.43
Hex66C47A3002617852c3a
Octal14630417260046272055472
Binary110011011000100111101011000001001101011110000101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,196,122); }

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

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

 a { background-color: rgb(102,196,122); }

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

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

 span { border-color: rgb(102,196,122); }

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