Shades of Kelly Green #45AB28
Tints of Kelly Green #45AB28
RGB
CMYK
RGB Variations
Color information
#45AB28 (or 0x45AB28) is known color: Kelly Green. HEX triplet: 45, AB and 28. RGB value is (69,171,40). Sum of RGB (Red+Green+Blue) = 69+171+40=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB28 is #BA54D7. Grayscale: #7D7D7D. Windows color (decimal): -12211416 or 2665285. OLE color: 2665285.
HSL color Cylindrical-coordinate representation of color #45AB28: hue angle of 106.72º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45AB28 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 40 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.33 |
| HSL | 106.72º | 0.62% | 0.41% | - |
| HSV(B) | 106.72º | 0.77% | 0.67% | - |
| XYZ | 17.4 | 30.54 | 6.99 | - |
| YUV | 125.57 | 79.71 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 40 | 0.60 | 0 | 0.77 | 0.33 | 106.72 | 0.62 | 0.41 |
| Hex | 45 | AB | 28 | 3C | 0 | 4D | 21 | 6B | 3E | 29 |
| Octal | 105 | 253 | 50 | 74 | 0 | 115 | 41 | 153 | 76 | 51 |
| Binary | 1000101 | 10101011 | 101000 | 111100 | 0 | 1001101 | 100001 | 1101011 | 111110 | 101001 |
Color Harmonies of #45AB28
Complementary color
Monochromatic Colors of #45AB28
Black with #45AB28
Text Example
Text Example
White with #45AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB28; }
p { color: rgb(69,171,40); }
H1.HeaderClassName
{
color: #45AB28;
}
.AnyTagClassName
{
color: #45AB28;
}
</style>
background-color css
<style>
a { background-color: #45AB28; }
a { background-color: rgb(69,171,40); }
div.DivClassName
{
background-color: #45AB28;
}
.BgClassName
{
background-color: #45AB28;
}
</style>
border-color css
<style>
span { border-color: #45AB28; }
span { border-color: rgb(69,171,40); }
td.TdClassName
{
border-color: #45AB28;
}
.TagClassName
{
border-color: #45AB28;
}
</style>