Shades of Fern #66BD7E
Tints of Fern #66BD7E
RGB
CMYK
RGB Variations
Color information
#66BD7E (or 0x66BD7E) is known color: Fern. HEX triplet: 66, BD and 7E. RGB value is (102,189,126). Sum of RGB (Red+Green+Blue) = 102+189+126=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD7E is #994281. Grayscale: #9B9B9B. Windows color (decimal): -10044034 or 8306022. OLE color: 8306022.
HSL color Cylindrical-coordinate representation of color #66BD7E: hue angle of 136.55º 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 #66BD7E is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 126 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.26 |
| HSL | 136.55º | 0.4% | 0.57% | - |
| HSV(B) | 136.55º | 0.46% | 0.74% | - |
| XYZ | 27.44 | 40.73 | 26.15 | - |
| YUV | 155.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 126 | 0.46 | 0 | 0.33 | 0.26 | 136.55 | 0.4 | 0.57 |
| Hex | 66 | BD | 7E | 2E | 0 | 21 | 1A | 89 | 28 | 39 |
| Octal | 146 | 275 | 176 | 56 | 0 | 41 | 32 | 211 | 50 | 71 |
| Binary | 1100110 | 10111101 | 1111110 | 101110 | 0 | 100001 | 11010 | 10001001 | 101000 | 111001 |
Color Harmonies of #66BD7E
Complementary color
Monochromatic Colors of #66BD7E
Black with #66BD7E
Text Example
Text Example
White with #66BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD7E; }
p { color: rgb(102,189,126); }
H1.HeaderClassName
{
color: #66BD7E;
}
.AnyTagClassName
{
color: #66BD7E;
}
</style>
background-color css
<style>
a { background-color: #66BD7E; }
a { background-color: rgb(102,189,126); }
div.DivClassName
{
background-color: #66BD7E;
}
.BgClassName
{
background-color: #66BD7E;
}
</style>
border-color css
<style>
span { border-color: #66BD7E; }
span { border-color: rgb(102,189,126); }
td.TdClassName
{
border-color: #66BD7E;
}
.TagClassName
{
border-color: #66BD7E;
}
</style>