Shades of Kelly Green #28B116
Tints of Kelly Green #28B116
RGB
CMYK
RGB Variations
Color information
#28B116 (or 0x28B116) is known color: Kelly Green. HEX triplet: 28, B1 and 16. RGB value is (40,177,22). Sum of RGB (Red+Green+Blue) = 40+177+22=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 177 (69.53% from 255 or 74.06% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 177 - color contains mainly: green. Hex color #28B116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B116 is #D74EE9. Grayscale: #767676. Windows color (decimal): -14110442 or 1487144. OLE color: 1487144.
HSL color Cylindrical-coordinate representation of color #28B116: hue angle of 113.03º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28B116 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 22 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.31 |
| HSL | 113.03º | 0.78% | 0.39% | - |
| HSV(B) | 113.03º | 0.88% | 0.69% | - |
| XYZ | 16.74 | 31.95 | 6.04 | - |
| YUV | 118.37 | 73.61 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 22 | 0.77 | 0 | 0.88 | 0.31 | 113.03 | 0.78 | 0.39 |
| Hex | 28 | B1 | 16 | 4D | 0 | 58 | 1F | 71 | 4E | 27 |
| Octal | 50 | 261 | 26 | 115 | 0 | 130 | 37 | 161 | 116 | 47 |
| Binary | 101000 | 10110001 | 10110 | 1001101 | 0 | 1011000 | 11111 | 1110001 | 1001110 | 100111 |
Color Harmonies of #28B116
Complementary color
Monochromatic Colors of #28B116
Black with #28B116
Text Example
Text Example
White with #28B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B116; }
p { color: rgb(40,177,22); }
H1.HeaderClassName
{
color: #28B116;
}
.AnyTagClassName
{
color: #28B116;
}
</style>
background-color css
<style>
a { background-color: #28B116; }
a { background-color: rgb(40,177,22); }
div.DivClassName
{
background-color: #28B116;
}
.BgClassName
{
background-color: #28B116;
}
</style>
border-color css
<style>
span { border-color: #28B116; }
span { border-color: rgb(40,177,22); }
td.TdClassName
{
border-color: #28B116;
}
.TagClassName
{
border-color: #28B116;
}
</style>