Shades of Fern #66C270
Tints of Fern #66C270
RGB
CMYK
RGB Variations
Color information
#66C270 (or 0x66C270) is known color: Fern. HEX triplet: 66, C2 and 70. RGB value is (102,194,112). Sum of RGB (Red+Green+Blue) = 102+194+112=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #66C270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C270 is #993D8F. Grayscale: #9D9D9D. Windows color (decimal): -10042768 or 7389798. OLE color: 7389798.
HSL color Cylindrical-coordinate representation of color #66C270: hue angle of 126.52º 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 #66C270 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 112 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.24 |
| HSL | 126.52º | 0.43% | 0.58% | - |
| HSV(B) | 126.52º | 0.47% | 0.76% | - |
| XYZ | 27.7 | 42.58 | 22.09 | - |
| YUV | 157.14 | 102.52 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 112 | 0.47 | 0 | 0.42 | 0.24 | 126.52 | 0.43 | 0.58 |
| Hex | 66 | C2 | 70 | 2F | 0 | 2A | 18 | 7F | 2B | 3A |
| Octal | 146 | 302 | 160 | 57 | 0 | 52 | 30 | 177 | 53 | 72 |
| Binary | 1100110 | 11000010 | 1110000 | 101111 | 0 | 101010 | 11000 | 1111111 | 101011 | 111010 |
Color Harmonies of #66C270
Complementary color
Monochromatic Colors of #66C270
Black with #66C270
Text Example
Text Example
White with #66C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C270; }
p { color: rgb(102,194,112); }
H1.HeaderClassName
{
color: #66C270;
}
.AnyTagClassName
{
color: #66C270;
}
</style>
background-color css
<style>
a { background-color: #66C270; }
a { background-color: rgb(102,194,112); }
div.DivClassName
{
background-color: #66C270;
}
.BgClassName
{
background-color: #66C270;
}
</style>
border-color css
<style>
span { border-color: #66C270; }
span { border-color: rgb(102,194,112); }
td.TdClassName
{
border-color: #66C270;
}
.TagClassName
{
border-color: #66C270;
}
</style>