Shades of Kelly Green #45AB31
Tints of Kelly Green #45AB31
RGB
CMYK
RGB Variations
Color information
#45AB31 (or 0x45AB31) is known color: Kelly Green. HEX triplet: 45, AB and 31. RGB value is (69,171,49). Sum of RGB (Red+Green+Blue) = 69+171+49=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB31 is #BA54CE. Grayscale: #7E7E7E. Windows color (decimal): -12211407 or 3255109. OLE color: 3255109.
HSL color Cylindrical-coordinate representation of color #45AB31: hue angle of 110.16º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45AB31 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 49 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.33 |
| HSL | 110.16º | 0.55% | 0.43% | - |
| HSV(B) | 110.16º | 0.71% | 0.67% | - |
| XYZ | 17.57 | 30.61 | 7.89 | - |
| YUV | 126.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 49 | 0.60 | 0 | 0.71 | 0.33 | 110.16 | 0.55 | 0.43 |
| Hex | 45 | AB | 31 | 3C | 0 | 47 | 21 | 6E | 37 | 2B |
| Octal | 105 | 253 | 61 | 74 | 0 | 107 | 41 | 156 | 67 | 53 |
| Binary | 1000101 | 10101011 | 110001 | 111100 | 0 | 1000111 | 100001 | 1101110 | 110111 | 101011 |
Color Harmonies of #45AB31
Complementary color
Monochromatic Colors of #45AB31
Black with #45AB31
Text Example
Text Example
White with #45AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB31; }
p { color: rgb(69,171,49); }
H1.HeaderClassName
{
color: #45AB31;
}
.AnyTagClassName
{
color: #45AB31;
}
</style>
background-color css
<style>
a { background-color: #45AB31; }
a { background-color: rgb(69,171,49); }
div.DivClassName
{
background-color: #45AB31;
}
.BgClassName
{
background-color: #45AB31;
}
</style>
border-color css
<style>
span { border-color: #45AB31; }
span { border-color: rgb(69,171,49); }
td.TdClassName
{
border-color: #45AB31;
}
.TagClassName
{
border-color: #45AB31;
}
</style>