Shades of Fern #66BE7D
Tints of Fern #66BE7D
RGB
CMYK
RGB Variations
Color information
#66BE7D (or 0x66BE7D) is known color: Fern. HEX triplet: 66, BE and 7D. RGB value is (102,190,125). Sum of RGB (Red+Green+Blue) = 102+190+125=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE7D is #994182. Grayscale: #9C9C9C. Windows color (decimal): -10043779 or 8240742. OLE color: 8240742.
HSL color Cylindrical-coordinate representation of color #66BE7D: hue angle of 135.68º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BE7D is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 125 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.25 |
| HSL | 135.68º | 0.4% | 0.57% | - |
| HSV(B) | 135.68º | 0.46% | 0.75% | - |
| XYZ | 27.59 | 41.13 | 25.89 | - |
| YUV | 156.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 125 | 0.46 | 0 | 0.34 | 0.25 | 135.68 | 0.4 | 0.57 |
| Hex | 66 | BE | 7D | 2E | 0 | 22 | 19 | 88 | 28 | 39 |
| Octal | 146 | 276 | 175 | 56 | 0 | 42 | 31 | 210 | 50 | 71 |
| Binary | 1100110 | 10111110 | 1111101 | 101110 | 0 | 100010 | 11001 | 10001000 | 101000 | 111001 |
Color Harmonies of #66BE7D
Complementary color
Monochromatic Colors of #66BE7D
Black with #66BE7D
Text Example
Text Example
White with #66BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE7D; }
p { color: rgb(102,190,125); }
H1.HeaderClassName
{
color: #66BE7D;
}
.AnyTagClassName
{
color: #66BE7D;
}
</style>
background-color css
<style>
a { background-color: #66BE7D; }
a { background-color: rgb(102,190,125); }
div.DivClassName
{
background-color: #66BE7D;
}
.BgClassName
{
background-color: #66BE7D;
}
</style>
border-color css
<style>
span { border-color: #66BE7D; }
span { border-color: rgb(102,190,125); }
td.TdClassName
{
border-color: #66BE7D;
}
.TagClassName
{
border-color: #66BE7D;
}
</style>