Shades of Fern #66C371
Tints of Fern #66C371
RGB
CMYK
RGB Variations
Color information
#66C371 (or 0x66C371) is known color: Fern. HEX triplet: 66, C3 and 71. RGB value is (102,195,113). Sum of RGB (Red+Green+Blue) = 102+195+113=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #66C371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C371 is #993C8E. Grayscale: #9E9E9E. Windows color (decimal): -10042511 or 7455590. OLE color: 7455590.
HSL color Cylindrical-coordinate representation of color #66C371: hue angle of 127.1º 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 #66C371 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 113 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.24 |
| HSL | 127.1º | 0.44% | 0.58% | - |
| HSV(B) | 127.1º | 0.48% | 0.76% | - |
| XYZ | 27.98 | 43.05 | 22.46 | - |
| YUV | 157.85 | 102.69 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 113 | 0.48 | 0 | 0.42 | 0.24 | 127.1 | 0.44 | 0.58 |
| Hex | 66 | C3 | 71 | 30 | 0 | 2A | 18 | 7F | 2C | 3A |
| Octal | 146 | 303 | 161 | 60 | 0 | 52 | 30 | 177 | 54 | 72 |
| Binary | 1100110 | 11000011 | 1110001 | 110000 | 0 | 101010 | 11000 | 1111111 | 101100 | 111010 |
Color Harmonies of #66C371
Complementary color
Monochromatic Colors of #66C371
Black with #66C371
Text Example
Text Example
White with #66C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C371; }
p { color: rgb(102,195,113); }
H1.HeaderClassName
{
color: #66C371;
}
.AnyTagClassName
{
color: #66C371;
}
</style>
background-color css
<style>
a { background-color: #66C371; }
a { background-color: rgb(102,195,113); }
div.DivClassName
{
background-color: #66C371;
}
.BgClassName
{
background-color: #66C371;
}
</style>
border-color css
<style>
span { border-color: #66C371; }
span { border-color: rgb(102,195,113); }
td.TdClassName
{
border-color: #66C371;
}
.TagClassName
{
border-color: #66C371;
}
</style>