Shades of Kelly Green #45AD32
Tints of Kelly Green #45AD32
RGB
CMYK
RGB Variations
Color information
#45AD32 (or 0x45AD32) is known color: Kelly Green. HEX triplet: 45, AD and 32. RGB value is (69,173,50). Sum of RGB (Red+Green+Blue) = 69+173+50=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AD32 is #BA52CD. Grayscale: #808080. Windows color (decimal): -12210894 or 3321157. OLE color: 3321157.
HSL color Cylindrical-coordinate representation of color #45AD32: hue angle of 110.73º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45AD32 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 50 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.32 |
| HSL | 110.73º | 0.55% | 0.44% | - |
| HSV(B) | 110.73º | 0.71% | 0.68% | - |
| XYZ | 17.97 | 31.38 | 8.13 | - |
| YUV | 127.88 | 84.04 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 50 | 0.60 | 0 | 0.71 | 0.32 | 110.73 | 0.55 | 0.44 |
| Hex | 45 | AD | 32 | 3C | 0 | 47 | 20 | 6F | 37 | 2C |
| Octal | 105 | 255 | 62 | 74 | 0 | 107 | 40 | 157 | 67 | 54 |
| Binary | 1000101 | 10101101 | 110010 | 111100 | 0 | 1000111 | 100000 | 1101111 | 110111 | 101100 |
Color Harmonies of #45AD32
Complementary color
Monochromatic Colors of #45AD32
Black with #45AD32
Text Example
Text Example
White with #45AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD32; }
p { color: rgb(69,173,50); }
H1.HeaderClassName
{
color: #45AD32;
}
.AnyTagClassName
{
color: #45AD32;
}
</style>
background-color css
<style>
a { background-color: #45AD32; }
a { background-color: rgb(69,173,50); }
div.DivClassName
{
background-color: #45AD32;
}
.BgClassName
{
background-color: #45AD32;
}
</style>
border-color css
<style>
span { border-color: #45AD32; }
span { border-color: rgb(69,173,50); }
td.TdClassName
{
border-color: #45AD32;
}
.TagClassName
{
border-color: #45AD32;
}
</style>