Shades of Fern #66BE7C
Tints of Fern #66BE7C
RGB
CMYK
RGB Variations
Color information
#66BE7C (or 0x66BE7C) is known color: Fern. HEX triplet: 66, BE and 7C. RGB value is (102,190,124). Sum of RGB (Red+Green+Blue) = 102+190+124=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE7C is #994183. Grayscale: #9C9C9C. Windows color (decimal): -10043780 or 8175206. OLE color: 8175206.
HSL color Cylindrical-coordinate representation of color #66BE7C: hue angle of 135º 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 #66BE7C is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 124 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.25 |
| HSL | 135º | 0.4% | 0.57% | - |
| HSV(B) | 135º | 0.46% | 0.75% | - |
| XYZ | 27.53 | 41.11 | 25.55 | - |
| YUV | 156.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 124 | 0.46 | 0 | 0.35 | 0.25 | 135 | 0.4 | 0.57 |
| Hex | 66 | BE | 7C | 2E | 0 | 23 | 19 | 87 | 28 | 39 |
| Octal | 146 | 276 | 174 | 56 | 0 | 43 | 31 | 207 | 50 | 71 |
| Binary | 1100110 | 10111110 | 1111100 | 101110 | 0 | 100011 | 11001 | 10000111 | 101000 | 111001 |
Color Harmonies of #66BE7C
Complementary color
Monochromatic Colors of #66BE7C
Black with #66BE7C
Text Example
Text Example
White with #66BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE7C; }
p { color: rgb(102,190,124); }
H1.HeaderClassName
{
color: #66BE7C;
}
.AnyTagClassName
{
color: #66BE7C;
}
</style>
background-color css
<style>
a { background-color: #66BE7C; }
a { background-color: rgb(102,190,124); }
div.DivClassName
{
background-color: #66BE7C;
}
.BgClassName
{
background-color: #66BE7C;
}
</style>
border-color css
<style>
span { border-color: #66BE7C; }
span { border-color: rgb(102,190,124); }
td.TdClassName
{
border-color: #66BE7C;
}
.TagClassName
{
border-color: #66BE7C;
}
</style>