Shades of Kelly Green #28B80E
Tints of Kelly Green #28B80E
RGB
CMYK
RGB Variations
Color information
#28B80E (or 0x28B80E) is known color: Kelly Green. HEX triplet: 28, B8 and 0E. RGB value is (40,184,14). Sum of RGB (Red+Green+Blue) = 40+184+14=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 184 (72.27% from 255 or 77.31% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 184 - color contains mainly: green. Hex color #28B80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B80E is #D747F1. Grayscale: #7A7A7A. Windows color (decimal): -14108658 or 964648. OLE color: 964648.
HSL color Cylindrical-coordinate representation of color #28B80E: hue angle of 110.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28B80E is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 184 | 14 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.28 |
| HSL | 110.82º | 0.86% | 0.39% | - |
| HSV(B) | 110.82º | 0.92% | 0.72% | - |
| XYZ | 18.09 | 34.76 | 6.17 | - |
| YUV | 121.56 | 67.29 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 184 | 14 | 0.78 | 0 | 0.92 | 0.28 | 110.82 | 0.86 | 0.39 |
| Hex | 28 | B8 | E | 4E | 0 | 5C | 1C | 6F | 56 | 27 |
| Octal | 50 | 270 | 16 | 116 | 0 | 134 | 34 | 157 | 126 | 47 |
| Binary | 101000 | 10111000 | 1110 | 1001110 | 0 | 1011100 | 11100 | 1101111 | 1010110 | 100111 |
Color Harmonies of #28B80E
Complementary color
Monochromatic Colors of #28B80E
Black with #28B80E
Text Example
Text Example
White with #28B80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B80E; }
p { color: rgb(40,184,14); }
H1.HeaderClassName
{
color: #28B80E;
}
.AnyTagClassName
{
color: #28B80E;
}
</style>
background-color css
<style>
a { background-color: #28B80E; }
a { background-color: rgb(40,184,14); }
div.DivClassName
{
background-color: #28B80E;
}
.BgClassName
{
background-color: #28B80E;
}
</style>
border-color css
<style>
span { border-color: #28B80E; }
span { border-color: rgb(40,184,14); }
td.TdClassName
{
border-color: #28B80E;
}
.TagClassName
{
border-color: #28B80E;
}
</style>