Shades of Kelly Green #66C503
Tints of Kelly Green #66C503
RGB
CMYK
RGB Variations
Color information
#66C503 (or 0x66C503) is known color: Kelly Green. HEX triplet: 66, C5 and 03. RGB value is (102,197,3). Sum of RGB (Red+Green+Blue) = 102+197+3=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #66C503 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C503 is #993AFC. Grayscale: #939393. Windows color (decimal): -10042109 or 247142. OLE color: 247142.
HSL color Cylindrical-coordinate representation of color #66C503: hue angle of 89.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66C503 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 197 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.23 |
| HSL | 89.38º | 0.97% | 0.39% | - |
| HSV(B) | 89.38º | 0.98% | 0.77% | - |
| XYZ | 25.46 | 42.76 | 7 | - |
| YUV | 146.48 | 47.03 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 3 | 0.48 | 0 | 0.98 | 0.23 | 89.38 | 0.97 | 0.39 |
| Hex | 66 | C5 | 3 | 30 | 0 | 62 | 17 | 59 | 61 | 27 |
| Octal | 146 | 305 | 3 | 60 | 0 | 142 | 27 | 131 | 141 | 47 |
| Binary | 1100110 | 11000101 | 11 | 110000 | 0 | 1100010 | 10111 | 1011001 | 1100001 | 100111 |
Color Harmonies of #66C503
Complementary color
Monochromatic Colors of #66C503
Black with #66C503
Text Example
Text Example
White with #66C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C503; }
p { color: rgb(102,197,3); }
H1.HeaderClassName
{
color: #66C503;
}
.AnyTagClassName
{
color: #66C503;
}
</style>
background-color css
<style>
a { background-color: #66C503; }
a { background-color: rgb(102,197,3); }
div.DivClassName
{
background-color: #66C503;
}
.BgClassName
{
background-color: #66C503;
}
</style>
border-color css
<style>
span { border-color: #66C503; }
span { border-color: rgb(102,197,3); }
td.TdClassName
{
border-color: #66C503;
}
.TagClassName
{
border-color: #66C503;
}
</style>