Shades of Kelly Green #45BA18
Tints of Kelly Green #45BA18
RGB
CMYK
RGB Variations
Color information
#45BA18 (or 0x45BA18) is known color: Kelly Green. HEX triplet: 45, BA and 18. RGB value is (69,186,24). Sum of RGB (Red+Green+Blue) = 69+186+24=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BA18 is #BA45E7. Grayscale: #858585. Windows color (decimal): -12207592 or 1620549. OLE color: 1620549.
HSL color Cylindrical-coordinate representation of color #45BA18: hue angle of 103.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45BA18 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 24 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.27 |
| HSL | 103.33º | 0.77% | 0.41% | - |
| HSV(B) | 103.33º | 0.87% | 0.73% | - |
| XYZ | 20.18 | 36.45 | 6.84 | - |
| YUV | 132.55 | 66.74 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 24 | 0.63 | 0 | 0.87 | 0.27 | 103.33 | 0.77 | 0.41 |
| Hex | 45 | BA | 18 | 3F | 0 | 57 | 1B | 67 | 4D | 29 |
| Octal | 105 | 272 | 30 | 77 | 0 | 127 | 33 | 147 | 115 | 51 |
| Binary | 1000101 | 10111010 | 11000 | 111111 | 0 | 1010111 | 11011 | 1100111 | 1001101 | 101001 |
Color Harmonies of #45BA18
Complementary color
Monochromatic Colors of #45BA18
Black with #45BA18
Text Example
Text Example
White with #45BA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA18; }
p { color: rgb(69,186,24); }
H1.HeaderClassName
{
color: #45BA18;
}
.AnyTagClassName
{
color: #45BA18;
}
</style>
background-color css
<style>
a { background-color: #45BA18; }
a { background-color: rgb(69,186,24); }
div.DivClassName
{
background-color: #45BA18;
}
.BgClassName
{
background-color: #45BA18;
}
</style>
border-color css
<style>
span { border-color: #45BA18; }
span { border-color: rgb(69,186,24); }
td.TdClassName
{
border-color: #45BA18;
}
.TagClassName
{
border-color: #45BA18;
}
</style>