Shades of Fern #66BC6D
Tints of Fern #66BC6D
RGB
CMYK
RGB Variations
Color information
#66BC6D (or 0x66BC6D) is known color: Fern. HEX triplet: 66, BC and 6D. RGB value is (102,188,109). Sum of RGB (Red+Green+Blue) = 102+188+109=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC6D is #994392. Grayscale: #999999. Windows color (decimal): -10044307 or 7191654. OLE color: 7191654.
HSL color Cylindrical-coordinate representation of color #66BC6D: hue angle of 124.88º degrees, saturation: 0.39, 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 #66BC6D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 109 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.26 |
| HSL | 124.88º | 0.39% | 0.57% | - |
| HSV(B) | 124.88º | 0.46% | 0.74% | - |
| XYZ | 26.22 | 39.9 | 20.79 | - |
| YUV | 153.28 | 103.01 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 109 | 0.46 | 0 | 0.42 | 0.26 | 124.88 | 0.39 | 0.57 |
| Hex | 66 | BC | 6D | 2E | 0 | 2A | 1A | 7D | 27 | 39 |
| Octal | 146 | 274 | 155 | 56 | 0 | 52 | 32 | 175 | 47 | 71 |
| Binary | 1100110 | 10111100 | 1101101 | 101110 | 0 | 101010 | 11010 | 1111101 | 100111 | 111001 |
Color Harmonies of #66BC6D
Complementary color
Monochromatic Colors of #66BC6D
Black with #66BC6D
Text Example
Text Example
White with #66BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC6D; }
p { color: rgb(102,188,109); }
H1.HeaderClassName
{
color: #66BC6D;
}
.AnyTagClassName
{
color: #66BC6D;
}
</style>
background-color css
<style>
a { background-color: #66BC6D; }
a { background-color: rgb(102,188,109); }
div.DivClassName
{
background-color: #66BC6D;
}
.BgClassName
{
background-color: #66BC6D;
}
</style>
border-color css
<style>
span { border-color: #66BC6D; }
span { border-color: rgb(102,188,109); }
td.TdClassName
{
border-color: #66BC6D;
}
.TagClassName
{
border-color: #66BC6D;
}
</style>