Shades of Fern #66C963
Tints of Fern #66C963
RGB
CMYK
RGB Variations
Color information
#66C963 (or 0x66C963) is known color: Fern. HEX triplet: 66, C9 and 63. RGB value is (102,201,99). Sum of RGB (Red+Green+Blue) = 102+201+99=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #66C963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C963 is #99369C. Grayscale: #A0A0A0. Windows color (decimal): -10040989 or 6539622. OLE color: 6539622.
HSL color Cylindrical-coordinate representation of color #66C963: hue angle of 118.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66C963 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 201 | 99 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.21 |
| HSL | 118.24º | 0.49% | 0.59% | - |
| HSV(B) | 118.24º | 0.51% | 0.79% | - |
| XYZ | 28.62 | 45.5 | 19.08 | - |
| YUV | 159.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 99 | 0.49 | 0 | 0.51 | 0.21 | 118.24 | 0.49 | 0.59 |
| Hex | 66 | C9 | 63 | 31 | 0 | 33 | 15 | 76 | 31 | 3B |
| Octal | 146 | 311 | 143 | 61 | 0 | 63 | 25 | 166 | 61 | 73 |
| Binary | 1100110 | 11001001 | 1100011 | 110001 | 0 | 110011 | 10101 | 1110110 | 110001 | 111011 |
Color Harmonies of #66C963
Complementary color
Monochromatic Colors of #66C963
Black with #66C963
Text Example
Text Example
White with #66C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C963; }
p { color: rgb(102,201,99); }
H1.HeaderClassName
{
color: #66C963;
}
.AnyTagClassName
{
color: #66C963;
}
</style>
background-color css
<style>
a { background-color: #66C963; }
a { background-color: rgb(102,201,99); }
div.DivClassName
{
background-color: #66C963;
}
.BgClassName
{
background-color: #66C963;
}
</style>
border-color css
<style>
span { border-color: #66C963; }
span { border-color: rgb(102,201,99); }
td.TdClassName
{
border-color: #66C963;
}
.TagClassName
{
border-color: #66C963;
}
</style>