Shades of Fern #66BA71
Tints of Fern #66BA71
RGB
CMYK
RGB Variations
Color information
#66BA71 (or 0x66BA71) is known color: Fern. HEX triplet: 66, BA and 71. RGB value is (102,186,113). Sum of RGB (Red+Green+Blue) = 102+186+113=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA71 is #99458E. Grayscale: #989898. Windows color (decimal): -10044815 or 7453286. OLE color: 7453286.
HSL color Cylindrical-coordinate representation of color #66BA71: hue angle of 127.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA71 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 113 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.27 |
| HSL | 127.86º | 0.38% | 0.56% | - |
| HSV(B) | 127.86º | 0.45% | 0.73% | - |
| XYZ | 26.02 | 39.13 | 21.81 | - |
| YUV | 152.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 113 | 0.45 | 0 | 0.39 | 0.27 | 127.86 | 0.38 | 0.56 |
| Hex | 66 | BA | 71 | 2D | 0 | 27 | 1B | 80 | 26 | 38 |
| Octal | 146 | 272 | 161 | 55 | 0 | 47 | 33 | 200 | 46 | 70 |
| Binary | 1100110 | 10111010 | 1110001 | 101101 | 0 | 100111 | 11011 | 10000000 | 100110 | 111000 |
Color Harmonies of #66BA71
Complementary color
Monochromatic Colors of #66BA71
Black with #66BA71
Text Example
Text Example
White with #66BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA71; }
p { color: rgb(102,186,113); }
H1.HeaderClassName
{
color: #66BA71;
}
.AnyTagClassName
{
color: #66BA71;
}
</style>
background-color css
<style>
a { background-color: #66BA71; }
a { background-color: rgb(102,186,113); }
div.DivClassName
{
background-color: #66BA71;
}
.BgClassName
{
background-color: #66BA71;
}
</style>
border-color css
<style>
span { border-color: #66BA71; }
span { border-color: rgb(102,186,113); }
td.TdClassName
{
border-color: #66BA71;
}
.TagClassName
{
border-color: #66BA71;
}
</style>