Shades of Fern #66C56B
Tints of Fern #66C56B
RGB
CMYK
RGB Variations
Color information
#66C56B (or 0x66C56B) is known color: Fern. HEX triplet: 66, C5 and 6B. RGB value is (102,197,107). Sum of RGB (Red+Green+Blue) = 102+197+107=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #66C56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C56B is #993A94. Grayscale: #9E9E9E. Windows color (decimal): -10042005 or 7062886. OLE color: 7062886.
HSL color Cylindrical-coordinate representation of color #66C56B: hue angle of 123.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C56B is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 197 | 107 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.23 |
| HSL | 123.16º | 0.45% | 0.59% | - |
| HSV(B) | 123.16º | 0.48% | 0.77% | - |
| XYZ | 28.1 | 43.82 | 20.89 | - |
| YUV | 158.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 107 | 0.48 | 0 | 0.46 | 0.23 | 123.16 | 0.45 | 0.59 |
| Hex | 66 | C5 | 6B | 30 | 0 | 2E | 17 | 7B | 2D | 3B |
| Octal | 146 | 305 | 153 | 60 | 0 | 56 | 27 | 173 | 55 | 73 |
| Binary | 1100110 | 11000101 | 1101011 | 110000 | 0 | 101110 | 10111 | 1111011 | 101101 | 111011 |
Color Harmonies of #66C56B
Complementary color
Monochromatic Colors of #66C56B
Black with #66C56B
Text Example
Text Example
White with #66C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C56B; }
p { color: rgb(102,197,107); }
H1.HeaderClassName
{
color: #66C56B;
}
.AnyTagClassName
{
color: #66C56B;
}
</style>
background-color css
<style>
a { background-color: #66C56B; }
a { background-color: rgb(102,197,107); }
div.DivClassName
{
background-color: #66C56B;
}
.BgClassName
{
background-color: #66C56B;
}
</style>
border-color css
<style>
span { border-color: #66C56B; }
span { border-color: rgb(102,197,107); }
td.TdClassName
{
border-color: #66C56B;
}
.TagClassName
{
border-color: #66C56B;
}
</style>