Shades of Kelly Green #45DD17
Tints of Kelly Green #45DD17
RGB
CMYK
RGB Variations
Color information
#45DD17 (or 0x45DD17) is known color: Kelly Green. HEX triplet: 45, DD and 17. RGB value is (69,221,23). Sum of RGB (Red+Green+Blue) = 69+221+23=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DD17 is #BA22E8. Grayscale: #999999. Windows color (decimal): -12198633 or 1563973. OLE color: 1563973.
HSL color Cylindrical-coordinate representation of color #45DD17: hue angle of 106.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45DD17 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.13 |
| HSL | 106.06º | 0.81% | 0.48% | - |
| HSV(B) | 106.06º | 0.9% | 0.87% | - |
| XYZ | 28.47 | 53.04 | 9.55 | - |
| YUV | 152.98 | 54.64 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 23 | 0.69 | 0 | 0.90 | 0.13 | 106.06 | 0.81 | 0.48 |
| Hex | 45 | DD | 17 | 45 | 0 | 5A | D | 6A | 51 | 30 |
| Octal | 105 | 335 | 27 | 105 | 0 | 132 | 15 | 152 | 121 | 60 |
| Binary | 1000101 | 11011101 | 10111 | 1000101 | 0 | 1011010 | 1101 | 1101010 | 1010001 | 110000 |
Color Harmonies of #45DD17
Complementary color
Monochromatic Colors of #45DD17
Black with #45DD17
Text Example
Text Example
White with #45DD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD17; }
p { color: rgb(69,221,23); }
H1.HeaderClassName
{
color: #45DD17;
}
.AnyTagClassName
{
color: #45DD17;
}
</style>
background-color css
<style>
a { background-color: #45DD17; }
a { background-color: rgb(69,221,23); }
div.DivClassName
{
background-color: #45DD17;
}
.BgClassName
{
background-color: #45DD17;
}
</style>
border-color css
<style>
span { border-color: #45DD17; }
span { border-color: rgb(69,221,23); }
td.TdClassName
{
border-color: #45DD17;
}
.TagClassName
{
border-color: #45DD17;
}
</style>