Shades of Kelly Green #45B124
Tints of Kelly Green #45B124
RGB
CMYK
RGB Variations
Color information
#45B124 (or 0x45B124) is known color: Kelly Green. HEX triplet: 45, B1 and 24. RGB value is (69,177,36). Sum of RGB (Red+Green+Blue) = 69+177+36=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #45B124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45B124 is #BA4EDB. Grayscale: #818181. Windows color (decimal): -12209884 or 2404677. OLE color: 2404677.
HSL color Cylindrical-coordinate representation of color #45B124: hue angle of 105.96º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45B124 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 177 | 36 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.31 |
| HSL | 105.96º | 0.66% | 0.42% | - |
| HSV(B) | 105.96º | 0.8% | 0.69% | - |
| XYZ | 18.49 | 32.84 | 7.03 | - |
| YUV | 128.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 177 | 36 | 0.61 | 0 | 0.80 | 0.31 | 105.96 | 0.66 | 0.42 |
| Hex | 45 | B1 | 24 | 3D | 0 | 50 | 1F | 6A | 42 | 2A |
| Octal | 105 | 261 | 44 | 75 | 0 | 120 | 37 | 152 | 102 | 52 |
| Binary | 1000101 | 10110001 | 100100 | 111101 | 0 | 1010000 | 11111 | 1101010 | 1000010 | 101010 |
Color Harmonies of #45B124
Complementary color
Monochromatic Colors of #45B124
Black with #45B124
Text Example
Text Example
White with #45B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B124; }
p { color: rgb(69,177,36); }
H1.HeaderClassName
{
color: #45B124;
}
.AnyTagClassName
{
color: #45B124;
}
</style>
background-color css
<style>
a { background-color: #45B124; }
a { background-color: rgb(69,177,36); }
div.DivClassName
{
background-color: #45B124;
}
.BgClassName
{
background-color: #45B124;
}
</style>
border-color css
<style>
span { border-color: #45B124; }
span { border-color: rgb(69,177,36); }
td.TdClassName
{
border-color: #45B124;
}
.TagClassName
{
border-color: #45B124;
}
</style>