Shades of Kelly Green #45B717
Tints of Kelly Green #45B717
RGB
CMYK
RGB Variations
Color information
#45B717 (or 0x45B717) is known color: Kelly Green. HEX triplet: 45, B7 and 17. RGB value is (69,183,23). Sum of RGB (Red+Green+Blue) = 69+183+23=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 183 (71.88% from 255 or 66.55% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 183 - color contains mainly: green. Hex color #45B717 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45B717 is #BA48E8. Grayscale: #838383. Windows color (decimal): -12208361 or 1554245. OLE color: 1554245.
HSL color Cylindrical-coordinate representation of color #45B717: hue angle of 102.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45B717 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 183 | 23 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.28 |
| HSL | 102.75º | 0.78% | 0.4% | - |
| HSV(B) | 102.75º | 0.87% | 0.72% | - |
| XYZ | 19.54 | 35.19 | 6.57 | - |
| YUV | 130.67 | 67.23 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 183 | 23 | 0.62 | 0 | 0.87 | 0.28 | 102.75 | 0.78 | 0.4 |
| Hex | 45 | B7 | 17 | 3E | 0 | 57 | 1C | 67 | 4E | 28 |
| Octal | 105 | 267 | 27 | 76 | 0 | 127 | 34 | 147 | 116 | 50 |
| Binary | 1000101 | 10110111 | 10111 | 111110 | 0 | 1010111 | 11100 | 1100111 | 1001110 | 101000 |
Color Harmonies of #45B717
Complementary color
Monochromatic Colors of #45B717
Black with #45B717
Text Example
Text Example
White with #45B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B717; }
p { color: rgb(69,183,23); }
H1.HeaderClassName
{
color: #45B717;
}
.AnyTagClassName
{
color: #45B717;
}
</style>
background-color css
<style>
a { background-color: #45B717; }
a { background-color: rgb(69,183,23); }
div.DivClassName
{
background-color: #45B717;
}
.BgClassName
{
background-color: #45B717;
}
</style>
border-color css
<style>
span { border-color: #45B717; }
span { border-color: rgb(69,183,23); }
td.TdClassName
{
border-color: #45B717;
}
.TagClassName
{
border-color: #45B717;
}
</style>