Shades of Fern #66BC7C
Tints of Fern #66BC7C
RGB
CMYK
RGB Variations
Color information
#66BC7C (or 0x66BC7C) is known color: Fern. HEX triplet: 66, BC and 7C. RGB value is (102,188,124). Sum of RGB (Red+Green+Blue) = 102+188+124=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC7C is #994383. Grayscale: #9B9B9B. Windows color (decimal): -10044292 or 8174694. OLE color: 8174694.
HSL color Cylindrical-coordinate representation of color #66BC7C: hue angle of 135.35º 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 #66BC7C is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 124 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.26 |
| HSL | 135.35º | 0.39% | 0.57% | - |
| HSV(B) | 135.35º | 0.46% | 0.74% | - |
| XYZ | 27.1 | 40.25 | 25.41 | - |
| YUV | 154.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 124 | 0.46 | 0 | 0.34 | 0.26 | 135.35 | 0.39 | 0.57 |
| Hex | 66 | BC | 7C | 2E | 0 | 22 | 1A | 87 | 27 | 39 |
| Octal | 146 | 274 | 174 | 56 | 0 | 42 | 32 | 207 | 47 | 71 |
| Binary | 1100110 | 10111100 | 1111100 | 101110 | 0 | 100010 | 11010 | 10000111 | 100111 | 111001 |
Color Harmonies of #66BC7C
Complementary color
Monochromatic Colors of #66BC7C
Black with #66BC7C
Text Example
Text Example
White with #66BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC7C; }
p { color: rgb(102,188,124); }
H1.HeaderClassName
{
color: #66BC7C;
}
.AnyTagClassName
{
color: #66BC7C;
}
</style>
background-color css
<style>
a { background-color: #66BC7C; }
a { background-color: rgb(102,188,124); }
div.DivClassName
{
background-color: #66BC7C;
}
.BgClassName
{
background-color: #66BC7C;
}
</style>
border-color css
<style>
span { border-color: #66BC7C; }
span { border-color: rgb(102,188,124); }
td.TdClassName
{
border-color: #66BC7C;
}
.TagClassName
{
border-color: #66BC7C;
}
</style>