Shades of Kelly Green #45A817
Tints of Kelly Green #45A817
RGB
CMYK
RGB Variations
Color information
#45A817 (or 0x45A817) is known color: Kelly Green. HEX triplet: 45, A8 and 17. RGB value is (69,168,23). Sum of RGB (Red+Green+Blue) = 69+168+23=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 168 (66.02% from 255 or 64.62% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 168 - color contains mainly: green. Hex color #45A817 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A817 is #BA57E8. Grayscale: #7A7A7A. Windows color (decimal): -12212201 or 1550405. OLE color: 1550405.
HSL color Cylindrical-coordinate representation of color #45A817: hue angle of 100.97º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45A817 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 168 | 23 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.34 |
| HSL | 100.97º | 0.76% | 0.37% | - |
| HSV(B) | 100.97º | 0.86% | 0.66% | - |
| XYZ | 16.61 | 29.33 | 5.6 | - |
| YUV | 121.87 | 72.2 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 168 | 23 | 0.59 | 0 | 0.86 | 0.34 | 100.97 | 0.76 | 0.37 |
| Hex | 45 | A8 | 17 | 3B | 0 | 56 | 22 | 65 | 4C | 25 |
| Octal | 105 | 250 | 27 | 73 | 0 | 126 | 42 | 145 | 114 | 45 |
| Binary | 1000101 | 10101000 | 10111 | 111011 | 0 | 1010110 | 100010 | 1100101 | 1001100 | 100101 |
Color Harmonies of #45A817
Complementary color
Monochromatic Colors of #45A817
Black with #45A817
Text Example
Text Example
White with #45A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A817; }
p { color: rgb(69,168,23); }
H1.HeaderClassName
{
color: #45A817;
}
.AnyTagClassName
{
color: #45A817;
}
</style>
background-color css
<style>
a { background-color: #45A817; }
a { background-color: rgb(69,168,23); }
div.DivClassName
{
background-color: #45A817;
}
.BgClassName
{
background-color: #45A817;
}
</style>
border-color css
<style>
span { border-color: #45A817; }
span { border-color: rgb(69,168,23); }
td.TdClassName
{
border-color: #45A817;
}
.TagClassName
{
border-color: #45A817;
}
</style>