Shades of Kelly Green #66D415
Tints of Kelly Green #66D415
RGB
CMYK
RGB Variations
Color information
#66D415 (or 0x66D415) is known color: Kelly Green. HEX triplet: 66, D4 and 15. RGB value is (102,212,21). Sum of RGB (Red+Green+Blue) = 102+212+21=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #66D415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D415 is #992BEA. Grayscale: #9D9D9D. Windows color (decimal): -10038251 or 1430630. OLE color: 1430630.
HSL color Cylindrical-coordinate representation of color #66D415: hue angle of 94.55º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66D415 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 21 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.17 |
| HSL | 94.55º | 0.82% | 0.46% | - |
| HSV(B) | 94.55º | 0.9% | 0.83% | - |
| XYZ | 29.16 | 49.97 | 8.82 | - |
| YUV | 157.34 | 51.06 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 21 | 0.52 | 0 | 0.90 | 0.17 | 94.55 | 0.82 | 0.46 |
| Hex | 66 | D4 | 15 | 34 | 0 | 5A | 11 | 5F | 52 | 2E |
| Octal | 146 | 324 | 25 | 64 | 0 | 132 | 21 | 137 | 122 | 56 |
| Binary | 1100110 | 11010100 | 10101 | 110100 | 0 | 1011010 | 10001 | 1011111 | 1010010 | 101110 |
Color Harmonies of #66D415
Complementary color
Monochromatic Colors of #66D415
Black with #66D415
Text Example
Text Example
White with #66D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D415; }
p { color: rgb(102,212,21); }
H1.HeaderClassName
{
color: #66D415;
}
.AnyTagClassName
{
color: #66D415;
}
</style>
background-color css
<style>
a { background-color: #66D415; }
a { background-color: rgb(102,212,21); }
div.DivClassName
{
background-color: #66D415;
}
.BgClassName
{
background-color: #66D415;
}
</style>
border-color css
<style>
span { border-color: #66D415; }
span { border-color: rgb(102,212,21); }
td.TdClassName
{
border-color: #66D415;
}
.TagClassName
{
border-color: #66D415;
}
</style>