Shades of Fern #66CB63
Tints of Fern #66CB63
RGB
CMYK
RGB Variations
Color information
#66CB63 (or 0x66CB63) is known color: Fern. HEX triplet: 66, CB and 63. RGB value is (102,203,99). Sum of RGB (Red+Green+Blue) = 102+203+99=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CB63 is #99349C. Grayscale: #A1A1A1. Windows color (decimal): -10040477 or 6540134. OLE color: 6540134.
HSL color Cylindrical-coordinate representation of color #66CB63: hue angle of 118.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CB63 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 99 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.20 |
| HSL | 118.27º | 0.5% | 0.59% | - |
| HSV(B) | 118.27º | 0.51% | 0.8% | - |
| XYZ | 29.09 | 46.44 | 19.23 | - |
| YUV | 160.95 | 93.04 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 99 | 0.50 | 0 | 0.51 | 0.20 | 118.27 | 0.5 | 0.59 |
| Hex | 66 | CB | 63 | 32 | 0 | 33 | 14 | 76 | 32 | 3B |
| Octal | 146 | 313 | 143 | 62 | 0 | 63 | 24 | 166 | 62 | 73 |
| Binary | 1100110 | 11001011 | 1100011 | 110010 | 0 | 110011 | 10100 | 1110110 | 110010 | 111011 |
Color Harmonies of #66CB63
Complementary color
Monochromatic Colors of #66CB63
Black with #66CB63
Text Example
Text Example
White with #66CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CB63; }
p { color: rgb(102,203,99); }
H1.HeaderClassName
{
color: #66CB63;
}
.AnyTagClassName
{
color: #66CB63;
}
</style>
background-color css
<style>
a { background-color: #66CB63; }
a { background-color: rgb(102,203,99); }
div.DivClassName
{
background-color: #66CB63;
}
.BgClassName
{
background-color: #66CB63;
}
</style>
border-color css
<style>
span { border-color: #66CB63; }
span { border-color: rgb(102,203,99); }
td.TdClassName
{
border-color: #66CB63;
}
.TagClassName
{
border-color: #66CB63;
}
</style>