Shades of Kelly Green #66D515
Tints of Kelly Green #66D515
RGB
CMYK
RGB Variations
Color information
#66D515 (or 0x66D515) is known color: Kelly Green. HEX triplet: 66, D5 and 15. RGB value is (102,213,21). Sum of RGB (Red+Green+Blue) = 102+213+21=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #66D515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D515 is #992AEA. Grayscale: #9E9E9E. Windows color (decimal): -10037995 or 1430886. OLE color: 1430886.
HSL color Cylindrical-coordinate representation of color #66D515: hue angle of 94.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66D515 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 21 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.16 |
| HSL | 94.69º | 0.82% | 0.46% | - |
| HSV(B) | 94.69º | 0.9% | 0.84% | - |
| XYZ | 29.41 | 50.47 | 8.9 | - |
| YUV | 157.92 | 50.73 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 21 | 0.52 | 0 | 0.90 | 0.16 | 94.69 | 0.82 | 0.46 |
| Hex | 66 | D5 | 15 | 34 | 0 | 5A | 10 | 5F | 52 | 2E |
| Octal | 146 | 325 | 25 | 64 | 0 | 132 | 20 | 137 | 122 | 56 |
| Binary | 1100110 | 11010101 | 10101 | 110100 | 0 | 1011010 | 10000 | 1011111 | 1010010 | 101110 |
Color Harmonies of #66D515
Complementary color
Monochromatic Colors of #66D515
Black with #66D515
Text Example
Text Example
White with #66D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D515; }
p { color: rgb(102,213,21); }
H1.HeaderClassName
{
color: #66D515;
}
.AnyTagClassName
{
color: #66D515;
}
</style>
background-color css
<style>
a { background-color: #66D515; }
a { background-color: rgb(102,213,21); }
div.DivClassName
{
background-color: #66D515;
}
.BgClassName
{
background-color: #66D515;
}
</style>
border-color css
<style>
span { border-color: #66D515; }
span { border-color: rgb(102,213,21); }
td.TdClassName
{
border-color: #66D515;
}
.TagClassName
{
border-color: #66D515;
}
</style>