Shades of Kelly Green #45C017
Tints of Kelly Green #45C017
RGB
CMYK
RGB Variations
Color information
#45C017 (or 0x45C017) is known color: Kelly Green. HEX triplet: 45, C0 and 17. RGB value is (69,192,23). Sum of RGB (Red+Green+Blue) = 69+192+23=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #45C017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C017 is #BA3FE8. Grayscale: #888888. Windows color (decimal): -12206057 or 1556549. OLE color: 1556549.
HSL color Cylindrical-coordinate representation of color #45C017: hue angle of 103.67º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45C017 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 23 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.25 |
| HSL | 103.67º | 0.79% | 0.42% | - |
| HSV(B) | 103.67º | 0.88% | 0.75% | - |
| XYZ | 21.46 | 39.03 | 7.21 | - |
| YUV | 135.96 | 64.25 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 23 | 0.64 | 0 | 0.88 | 0.25 | 103.67 | 0.79 | 0.42 |
| Hex | 45 | C0 | 17 | 40 | 0 | 58 | 19 | 68 | 4F | 2A |
| Octal | 105 | 300 | 27 | 100 | 0 | 130 | 31 | 150 | 117 | 52 |
| Binary | 1000101 | 11000000 | 10111 | 1000000 | 0 | 1011000 | 11001 | 1101000 | 1001111 | 101010 |
Color Harmonies of #45C017
Complementary color
Monochromatic Colors of #45C017
Black with #45C017
Text Example
Text Example
White with #45C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C017; }
p { color: rgb(69,192,23); }
H1.HeaderClassName
{
color: #45C017;
}
.AnyTagClassName
{
color: #45C017;
}
</style>
background-color css
<style>
a { background-color: #45C017; }
a { background-color: rgb(69,192,23); }
div.DivClassName
{
background-color: #45C017;
}
.BgClassName
{
background-color: #45C017;
}
</style>
border-color css
<style>
span { border-color: #45C017; }
span { border-color: rgb(69,192,23); }
td.TdClassName
{
border-color: #45C017;
}
.TagClassName
{
border-color: #45C017;
}
</style>