Shades of Fern #66BA5D
Tints of Fern #66BA5D
RGB
CMYK
RGB Variations
Color information
#66BA5D (or 0x66BA5D) is known color: Fern. HEX triplet: 66, BA and 5D. RGB value is (102,186,93). Sum of RGB (Red+Green+Blue) = 102+186+93=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA5D is #9945A2. Grayscale: #969696. Windows color (decimal): -10044835 or 6142566. OLE color: 6142566.
HSL color Cylindrical-coordinate representation of color #66BA5D: hue angle of 114.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BA5D is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 93 | - |
| CMYK | 0.45 | 0 | 0.5 | 0.27 |
| HSL | 114.19º | 0.4% | 0.55% | - |
| HSV(B) | 114.19º | 0.5% | 0.73% | - |
| XYZ | 25.01 | 38.73 | 16.51 | - |
| YUV | 150.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 93 | 0.45 | 0 | 0.5 | 0.27 | 114.19 | 0.4 | 0.55 |
| Hex | 66 | BA | 5D | 2D | 0 | 32 | 1B | 72 | 28 | 37 |
| Octal | 146 | 272 | 135 | 55 | 0 | 62 | 33 | 162 | 50 | 67 |
| Binary | 1100110 | 10111010 | 1011101 | 101101 | 0 | 110010 | 11011 | 1110010 | 101000 | 110111 |
Color Harmonies of #66BA5D
Complementary color
Monochromatic Colors of #66BA5D
Black with #66BA5D
Text Example
Text Example
White with #66BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BA5D; }
p { color: rgb(102,186,93); }
H1.HeaderClassName
{
color: #66BA5D;
}
.AnyTagClassName
{
color: #66BA5D;
}
</style>
background-color css
<style>
a { background-color: #66BA5D; }
a { background-color: rgb(102,186,93); }
div.DivClassName
{
background-color: #66BA5D;
}
.BgClassName
{
background-color: #66BA5D;
}
</style>
border-color css
<style>
span { border-color: #66BA5D; }
span { border-color: rgb(102,186,93); }
td.TdClassName
{
border-color: #66BA5D;
}
.TagClassName
{
border-color: #66BA5D;
}
</style>