Shades of Fern #66B65E
Tints of Fern #66B65E
RGB
CMYK
RGB Variations
Color information
#66B65E (or 0x66B65E) is known color: Fern. HEX triplet: 66, B6 and 5E. RGB value is (102,182,94). Sum of RGB (Red+Green+Blue) = 102+182+94=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #66B65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B65E is #9949A1. Grayscale: #949494. Windows color (decimal): -10045858 or 6207078. OLE color: 6207078.
HSL color Cylindrical-coordinate representation of color #66B65E: hue angle of 114.55º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66B65E is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 182 | 94 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.29 |
| HSL | 114.55º | 0.38% | 0.54% | - |
| HSV(B) | 114.55º | 0.48% | 0.71% | - |
| XYZ | 24.23 | 37.09 | 16.47 | - |
| YUV | 148.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 182 | 94 | 0.44 | 0 | 0.48 | 0.29 | 114.55 | 0.38 | 0.54 |
| Hex | 66 | B6 | 5E | 2C | 0 | 30 | 1D | 73 | 26 | 36 |
| Octal | 146 | 266 | 136 | 54 | 0 | 60 | 35 | 163 | 46 | 66 |
| Binary | 1100110 | 10110110 | 1011110 | 101100 | 0 | 110000 | 11101 | 1110011 | 100110 | 110110 |
Color Harmonies of #66B65E
Complementary color
Monochromatic Colors of #66B65E
Black with #66B65E
Text Example
Text Example
White with #66B65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B65E; }
p { color: rgb(102,182,94); }
H1.HeaderClassName
{
color: #66B65E;
}
.AnyTagClassName
{
color: #66B65E;
}
</style>
background-color css
<style>
a { background-color: #66B65E; }
a { background-color: rgb(102,182,94); }
div.DivClassName
{
background-color: #66B65E;
}
.BgClassName
{
background-color: #66B65E;
}
</style>
border-color css
<style>
span { border-color: #66B65E; }
span { border-color: rgb(102,182,94); }
td.TdClassName
{
border-color: #66B65E;
}
.TagClassName
{
border-color: #66B65E;
}
</style>