Shades of Kelly Green #45BA0B
Tints of Kelly Green #45BA0B
RGB
CMYK
RGB Variations
Color information
#45BA0B (or 0x45BA0B) is known color: Kelly Green. HEX triplet: 45, BA and 0B. RGB value is (69,186,11). Sum of RGB (Red+Green+Blue) = 69+186+11=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BA0B is #BA45F4. Grayscale: #838383. Windows color (decimal): -12207605 or 768581. OLE color: 768581.
HSL color Cylindrical-coordinate representation of color #45BA0B: hue angle of 100.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45BA0B is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 11 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.27 |
| HSL | 100.11º | 0.89% | 0.39% | - |
| HSV(B) | 100.11º | 0.94% | 0.73% | - |
| XYZ | 20.07 | 36.41 | 6.29 | - |
| YUV | 131.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 11 | 0.63 | 0 | 0.94 | 0.27 | 100.11 | 0.89 | 0.39 |
| Hex | 45 | BA | B | 3F | 0 | 5E | 1B | 64 | 59 | 27 |
| Octal | 105 | 272 | 13 | 77 | 0 | 136 | 33 | 144 | 131 | 47 |
| Binary | 1000101 | 10111010 | 1011 | 111111 | 0 | 1011110 | 11011 | 1100100 | 1011001 | 100111 |
Color Harmonies of #45BA0B
Complementary color
Monochromatic Colors of #45BA0B
Black with #45BA0B
Text Example
Text Example
White with #45BA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA0B; }
p { color: rgb(69,186,11); }
H1.HeaderClassName
{
color: #45BA0B;
}
.AnyTagClassName
{
color: #45BA0B;
}
</style>
background-color css
<style>
a { background-color: #45BA0B; }
a { background-color: rgb(69,186,11); }
div.DivClassName
{
background-color: #45BA0B;
}
.BgClassName
{
background-color: #45BA0B;
}
</style>
border-color css
<style>
span { border-color: #45BA0B; }
span { border-color: rgb(69,186,11); }
td.TdClassName
{
border-color: #45BA0B;
}
.TagClassName
{
border-color: #45BA0B;
}
</style>