Shades of Fern #66B871
Tints of Fern #66B871
RGB
CMYK
RGB Variations
Color information
#66B871 (or 0x66B871) is known color: Fern. HEX triplet: 66, B8 and 71. RGB value is (102,184,113). Sum of RGB (Red+Green+Blue) = 102+184+113=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #66B871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B871 is #99478E. Grayscale: #979797. Windows color (decimal): -10045327 or 7452774. OLE color: 7452774.
HSL color Cylindrical-coordinate representation of color #66B871: hue angle of 128.05º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B871 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 184 | 113 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.28 |
| HSL | 128.05º | 0.37% | 0.56% | - |
| HSV(B) | 128.05º | 0.45% | 0.72% | - |
| XYZ | 25.6 | 38.3 | 21.67 | - |
| YUV | 151.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 113 | 0.45 | 0 | 0.39 | 0.28 | 128.05 | 0.37 | 0.56 |
| Hex | 66 | B8 | 71 | 2D | 0 | 27 | 1C | 80 | 25 | 38 |
| Octal | 146 | 270 | 161 | 55 | 0 | 47 | 34 | 200 | 45 | 70 |
| Binary | 1100110 | 10111000 | 1110001 | 101101 | 0 | 100111 | 11100 | 10000000 | 100101 | 111000 |
Color Harmonies of #66B871
Complementary color
Monochromatic Colors of #66B871
Black with #66B871
Text Example
Text Example
White with #66B871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B871; }
p { color: rgb(102,184,113); }
H1.HeaderClassName
{
color: #66B871;
}
.AnyTagClassName
{
color: #66B871;
}
</style>
background-color css
<style>
a { background-color: #66B871; }
a { background-color: rgb(102,184,113); }
div.DivClassName
{
background-color: #66B871;
}
.BgClassName
{
background-color: #66B871;
}
</style>
border-color css
<style>
span { border-color: #66B871; }
span { border-color: rgb(102,184,113); }
td.TdClassName
{
border-color: #66B871;
}
.TagClassName
{
border-color: #66B871;
}
</style>