Shades of Kelly Green #45C117
Tints of Kelly Green #45C117
RGB
CMYK
RGB Variations
Color information
#45C117 (or 0x45C117) is known color: Kelly Green. HEX triplet: 45, C1 and 17. RGB value is (69,193,23). Sum of RGB (Red+Green+Blue) = 69+193+23=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #45C117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C117 is #BA3EE8. Grayscale: #898989. Windows color (decimal): -12205801 or 1556805. OLE color: 1556805.
HSL color Cylindrical-coordinate representation of color #45C117: hue angle of 103.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45C117 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 23 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.24 |
| HSL | 103.76º | 0.79% | 0.42% | - |
| HSV(B) | 103.76º | 0.88% | 0.76% | - |
| XYZ | 21.68 | 39.47 | 7.29 | - |
| YUV | 136.54 | 63.92 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 23 | 0.64 | 0 | 0.88 | 0.24 | 103.76 | 0.79 | 0.42 |
| Hex | 45 | C1 | 17 | 40 | 0 | 58 | 18 | 68 | 4F | 2A |
| Octal | 105 | 301 | 27 | 100 | 0 | 130 | 30 | 150 | 117 | 52 |
| Binary | 1000101 | 11000001 | 10111 | 1000000 | 0 | 1011000 | 11000 | 1101000 | 1001111 | 101010 |
Color Harmonies of #45C117
Complementary color
Monochromatic Colors of #45C117
Black with #45C117
Text Example
Text Example
White with #45C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C117; }
p { color: rgb(69,193,23); }
H1.HeaderClassName
{
color: #45C117;
}
.AnyTagClassName
{
color: #45C117;
}
</style>
background-color css
<style>
a { background-color: #45C117; }
a { background-color: rgb(69,193,23); }
div.DivClassName
{
background-color: #45C117;
}
.BgClassName
{
background-color: #45C117;
}
</style>
border-color css
<style>
span { border-color: #45C117; }
span { border-color: rgb(69,193,23); }
td.TdClassName
{
border-color: #45C117;
}
.TagClassName
{
border-color: #45C117;
}
</style>