Shades of Fern #66B471
Tints of Fern #66B471
RGB
CMYK
RGB Variations
Color information
#66B471 (or 0x66B471) is known color: Fern. HEX triplet: 66, B4 and 71. RGB value is (102,180,113). Sum of RGB (Red+Green+Blue) = 102+180+113=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #66B471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B471 is #994B8E. Grayscale: #959595. Windows color (decimal): -10046351 or 7451750. OLE color: 7451750.
HSL color Cylindrical-coordinate representation of color #66B471: hue angle of 128.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B471 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 113 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.29 |
| HSL | 128.46º | 0.34% | 0.55% | - |
| HSV(B) | 128.46º | 0.43% | 0.71% | - |
| XYZ | 24.78 | 36.66 | 21.39 | - |
| YUV | 149.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 113 | 0.43 | 0 | 0.37 | 0.29 | 128.46 | 0.34 | 0.55 |
| Hex | 66 | B4 | 71 | 2B | 0 | 25 | 1D | 80 | 22 | 37 |
| Octal | 146 | 264 | 161 | 53 | 0 | 45 | 35 | 200 | 42 | 67 |
| Binary | 1100110 | 10110100 | 1110001 | 101011 | 0 | 100101 | 11101 | 10000000 | 100010 | 110111 |
Color Harmonies of #66B471
Complementary color
Monochromatic Colors of #66B471
Black with #66B471
Text Example
Text Example
White with #66B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B471; }
p { color: rgb(102,180,113); }
H1.HeaderClassName
{
color: #66B471;
}
.AnyTagClassName
{
color: #66B471;
}
</style>
background-color css
<style>
a { background-color: #66B471; }
a { background-color: rgb(102,180,113); }
div.DivClassName
{
background-color: #66B471;
}
.BgClassName
{
background-color: #66B471;
}
</style>
border-color css
<style>
span { border-color: #66B471; }
span { border-color: rgb(102,180,113); }
td.TdClassName
{
border-color: #66B471;
}
.TagClassName
{
border-color: #66B471;
}
</style>