Shades of Fern #66BD6D
Tints of Fern #66BD6D
RGB
CMYK
RGB Variations
Color information
#66BD6D (or 0x66BD6D) is known color: Fern. HEX triplet: 66, BD and 6D. RGB value is (102,189,109). Sum of RGB (Red+Green+Blue) = 102+189+109=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD6D is #994292. Grayscale: #9A9A9A. Windows color (decimal): -10044051 or 7191910. OLE color: 7191910.
HSL color Cylindrical-coordinate representation of color #66BD6D: hue angle of 124.83º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD6D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 109 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.26 |
| HSL | 124.83º | 0.4% | 0.57% | - |
| HSV(B) | 124.83º | 0.46% | 0.74% | - |
| XYZ | 26.44 | 40.32 | 20.86 | - |
| YUV | 153.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 109 | 0.46 | 0 | 0.42 | 0.26 | 124.83 | 0.4 | 0.57 |
| Hex | 66 | BD | 6D | 2E | 0 | 2A | 1A | 7D | 28 | 39 |
| Octal | 146 | 275 | 155 | 56 | 0 | 52 | 32 | 175 | 50 | 71 |
| Binary | 1100110 | 10111101 | 1101101 | 101110 | 0 | 101010 | 11010 | 1111101 | 101000 | 111001 |
Color Harmonies of #66BD6D
Complementary color
Monochromatic Colors of #66BD6D
Black with #66BD6D
Text Example
Text Example
White with #66BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD6D; }
p { color: rgb(102,189,109); }
H1.HeaderClassName
{
color: #66BD6D;
}
.AnyTagClassName
{
color: #66BD6D;
}
</style>
background-color css
<style>
a { background-color: #66BD6D; }
a { background-color: rgb(102,189,109); }
div.DivClassName
{
background-color: #66BD6D;
}
.BgClassName
{
background-color: #66BD6D;
}
</style>
border-color css
<style>
span { border-color: #66BD6D; }
span { border-color: rgb(102,189,109); }
td.TdClassName
{
border-color: #66BD6D;
}
.TagClassName
{
border-color: #66BD6D;
}
</style>