Shades of Kelly Green #45BA12
Tints of Kelly Green #45BA12
RGB
CMYK
RGB Variations
Color information
#45BA12 (or 0x45BA12) is known color: Kelly Green. HEX triplet: 45, BA and 12. RGB value is (69,186,18). Sum of RGB (Red+Green+Blue) = 69+186+18=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BA12 is #BA45ED. Grayscale: #848484. Windows color (decimal): -12207598 or 1227333. OLE color: 1227333.
HSL color Cylindrical-coordinate representation of color #45BA12: hue angle of 101.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45BA12 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 18 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.27 |
| HSL | 101.79º | 0.82% | 0.4% | - |
| HSV(B) | 101.79º | 0.9% | 0.73% | - |
| XYZ | 20.12 | 36.43 | 6.54 | - |
| YUV | 131.87 | 63.74 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 18 | 0.63 | 0 | 0.90 | 0.27 | 101.79 | 0.82 | 0.4 |
| Hex | 45 | BA | 12 | 3F | 0 | 5A | 1B | 66 | 52 | 28 |
| Octal | 105 | 272 | 22 | 77 | 0 | 132 | 33 | 146 | 122 | 50 |
| Binary | 1000101 | 10111010 | 10010 | 111111 | 0 | 1011010 | 11011 | 1100110 | 1010010 | 101000 |
Color Harmonies of #45BA12
Complementary color
Monochromatic Colors of #45BA12
Black with #45BA12
Text Example
Text Example
White with #45BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA12; }
p { color: rgb(69,186,18); }
H1.HeaderClassName
{
color: #45BA12;
}
.AnyTagClassName
{
color: #45BA12;
}
</style>
background-color css
<style>
a { background-color: #45BA12; }
a { background-color: rgb(69,186,18); }
div.DivClassName
{
background-color: #45BA12;
}
.BgClassName
{
background-color: #45BA12;
}
</style>
border-color css
<style>
span { border-color: #45BA12; }
span { border-color: rgb(69,186,18); }
td.TdClassName
{
border-color: #45BA12;
}
.TagClassName
{
border-color: #45BA12;
}
</style>