Shades of Kelly Green #45BA25
Tints of Kelly Green #45BA25
RGB
CMYK
RGB Variations
Color information
#45BA25 (or 0x45BA25) is known color: Kelly Green. HEX triplet: 45, BA and 25. RGB value is (69,186,37). Sum of RGB (Red+Green+Blue) = 69+186+37=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA25 is #BA45DA. Grayscale: #868686. Windows color (decimal): -12207579 or 2472517. OLE color: 2472517.
HSL color Cylindrical-coordinate representation of color #45BA25: hue angle of 107.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45BA25 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 37 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.27 |
| HSL | 107.11º | 0.67% | 0.44% | - |
| HSV(B) | 107.11º | 0.8% | 0.73% | - |
| XYZ | 20.35 | 36.52 | 7.73 | - |
| YUV | 134.03 | 73.24 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 37 | 0.63 | 0 | 0.80 | 0.27 | 107.11 | 0.67 | 0.44 |
| Hex | 45 | BA | 25 | 3F | 0 | 50 | 1B | 6B | 43 | 2C |
| Octal | 105 | 272 | 45 | 77 | 0 | 120 | 33 | 153 | 103 | 54 |
| Binary | 1000101 | 10111010 | 100101 | 111111 | 0 | 1010000 | 11011 | 1101011 | 1000011 | 101100 |
Color Harmonies of #45BA25
Complementary color
Monochromatic Colors of #45BA25
Black with #45BA25
Text Example
Text Example
White with #45BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA25; }
p { color: rgb(69,186,37); }
H1.HeaderClassName
{
color: #45BA25;
}
.AnyTagClassName
{
color: #45BA25;
}
</style>
background-color css
<style>
a { background-color: #45BA25; }
a { background-color: rgb(69,186,37); }
div.DivClassName
{
background-color: #45BA25;
}
.BgClassName
{
background-color: #45BA25;
}
</style>
border-color css
<style>
span { border-color: #45BA25; }
span { border-color: rgb(69,186,37); }
td.TdClassName
{
border-color: #45BA25;
}
.TagClassName
{
border-color: #45BA25;
}
</style>