Shades of Fern #66BD7D
Tints of Fern #66BD7D
RGB
CMYK
RGB Variations
Color information
#66BD7D (or 0x66BD7D) is known color: Fern. HEX triplet: 66, BD and 7D. RGB value is (102,189,125). Sum of RGB (Red+Green+Blue) = 102+189+125=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD7D is #994282. Grayscale: #9B9B9B. Windows color (decimal): -10044035 or 8240486. OLE color: 8240486.
HSL color Cylindrical-coordinate representation of color #66BD7D: hue angle of 135.86º 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 #66BD7D is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 125 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.26 |
| HSL | 135.86º | 0.4% | 0.57% | - |
| HSV(B) | 135.86º | 0.46% | 0.74% | - |
| XYZ | 27.38 | 40.7 | 25.82 | - |
| YUV | 155.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 125 | 0.46 | 0 | 0.34 | 0.26 | 135.86 | 0.4 | 0.57 |
| Hex | 66 | BD | 7D | 2E | 0 | 22 | 1A | 88 | 28 | 39 |
| Octal | 146 | 275 | 175 | 56 | 0 | 42 | 32 | 210 | 50 | 71 |
| Binary | 1100110 | 10111101 | 1111101 | 101110 | 0 | 100010 | 11010 | 10001000 | 101000 | 111001 |
Color Harmonies of #66BD7D
Complementary color
Monochromatic Colors of #66BD7D
Black with #66BD7D
Text Example
Text Example
White with #66BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD7D; }
p { color: rgb(102,189,125); }
H1.HeaderClassName
{
color: #66BD7D;
}
.AnyTagClassName
{
color: #66BD7D;
}
</style>
background-color css
<style>
a { background-color: #66BD7D; }
a { background-color: rgb(102,189,125); }
div.DivClassName
{
background-color: #66BD7D;
}
.BgClassName
{
background-color: #66BD7D;
}
</style>
border-color css
<style>
span { border-color: #66BD7D; }
span { border-color: rgb(102,189,125); }
td.TdClassName
{
border-color: #66BD7D;
}
.TagClassName
{
border-color: #66BD7D;
}
</style>