Shades of Kelly Green #45BB24
Tints of Kelly Green #45BB24
RGB
CMYK
RGB Variations
Color information
#45BB24 (or 0x45BB24) is known color: Kelly Green. HEX triplet: 45, BB and 24. RGB value is (69,187,36). Sum of RGB (Red+Green+Blue) = 69+187+36=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BB24 is #BA44DB. Grayscale: #868686. Windows color (decimal): -12207324 or 2407237. OLE color: 2407237.
HSL color Cylindrical-coordinate representation of color #45BB24: hue angle of 106.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45BB24 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 187 | 36 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.27 |
| HSL | 106.89º | 0.68% | 0.44% | - |
| HSV(B) | 106.89º | 0.81% | 0.73% | - |
| XYZ | 20.54 | 36.93 | 7.72 | - |
| YUV | 134.5 | 72.41 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 36 | 0.63 | 0 | 0.81 | 0.27 | 106.89 | 0.68 | 0.44 |
| Hex | 45 | BB | 24 | 3F | 0 | 51 | 1B | 6B | 44 | 2C |
| Octal | 105 | 273 | 44 | 77 | 0 | 121 | 33 | 153 | 104 | 54 |
| Binary | 1000101 | 10111011 | 100100 | 111111 | 0 | 1010001 | 11011 | 1101011 | 1000100 | 101100 |
Color Harmonies of #45BB24
Complementary color
Monochromatic Colors of #45BB24
Black with #45BB24
Text Example
Text Example
White with #45BB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BB24; }
p { color: rgb(69,187,36); }
H1.HeaderClassName
{
color: #45BB24;
}
.AnyTagClassName
{
color: #45BB24;
}
</style>
background-color css
<style>
a { background-color: #45BB24; }
a { background-color: rgb(69,187,36); }
div.DivClassName
{
background-color: #45BB24;
}
.BgClassName
{
background-color: #45BB24;
}
</style>
border-color css
<style>
span { border-color: #45BB24; }
span { border-color: rgb(69,187,36); }
td.TdClassName
{
border-color: #45BB24;
}
.TagClassName
{
border-color: #45BB24;
}
</style>