Shades of Fern #66B85D
Tints of Fern #66B85D
RGB
CMYK
RGB Variations
Color information
#66B85D (or 0x66B85D) is known color: Fern. HEX triplet: 66, B8 and 5D. RGB value is (102,184,93). Sum of RGB (Red+Green+Blue) = 102+184+93=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #66B85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B85D is #9947A2. Grayscale: #959595. Windows color (decimal): -10045347 or 6142054. OLE color: 6142054.
HSL color Cylindrical-coordinate representation of color #66B85D: hue angle of 114.07º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66B85D is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 184 | 93 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.28 |
| HSL | 114.07º | 0.39% | 0.54% | - |
| HSV(B) | 114.07º | 0.49% | 0.72% | - |
| XYZ | 24.6 | 37.9 | 16.37 | - |
| YUV | 149.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 93 | 0.45 | 0 | 0.49 | 0.28 | 114.07 | 0.39 | 0.54 |
| Hex | 66 | B8 | 5D | 2D | 0 | 31 | 1C | 72 | 27 | 36 |
| Octal | 146 | 270 | 135 | 55 | 0 | 61 | 34 | 162 | 47 | 66 |
| Binary | 1100110 | 10111000 | 1011101 | 101101 | 0 | 110001 | 11100 | 1110010 | 100111 | 110110 |
Color Harmonies of #66B85D
Complementary color
Monochromatic Colors of #66B85D
Black with #66B85D
Text Example
Text Example
White with #66B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B85D; }
p { color: rgb(102,184,93); }
H1.HeaderClassName
{
color: #66B85D;
}
.AnyTagClassName
{
color: #66B85D;
}
</style>
background-color css
<style>
a { background-color: #66B85D; }
a { background-color: rgb(102,184,93); }
div.DivClassName
{
background-color: #66B85D;
}
.BgClassName
{
background-color: #66B85D;
}
</style>
border-color css
<style>
span { border-color: #66B85D; }
span { border-color: rgb(102,184,93); }
td.TdClassName
{
border-color: #66B85D;
}
.TagClassName
{
border-color: #66B85D;
}
</style>