Shades of Kelly Green #28BB08
Tints of Kelly Green #28BB08
RGB
CMYK
RGB Variations
Color information
#28BB08 (or 0x28BB08) is known color: Kelly Green. HEX triplet: 28, BB and 08. RGB value is (40,187,8). Sum of RGB (Red+Green+Blue) = 40+187+8=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 187 (73.44% from 255 or 79.57% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BB08 is #D744F7. Grayscale: #7B7B7B. Windows color (decimal): -14107896 or 572200. OLE color: 572200.
HSL color Cylindrical-coordinate representation of color #28BB08: hue angle of 109.27º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28BB08 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.27 |
| HSL | 109.27º | 0.92% | 0.38% | - |
| HSV(B) | 109.27º | 0.96% | 0.73% | - |
| XYZ | 18.69 | 36.01 | 6.2 | - |
| YUV | 122.64 | 63.3 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 8 | 0.79 | 0 | 0.96 | 0.27 | 109.27 | 0.92 | 0.38 |
| Hex | 28 | BB | 8 | 4F | 0 | 60 | 1B | 6D | 5C | 26 |
| Octal | 50 | 273 | 10 | 117 | 0 | 140 | 33 | 155 | 134 | 46 |
| Binary | 101000 | 10111011 | 1000 | 1001111 | 0 | 1100000 | 11011 | 1101101 | 1011100 | 100110 |
Color Harmonies of #28BB08
Complementary color
Monochromatic Colors of #28BB08
Black with #28BB08
Text Example
Text Example
White with #28BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB08; }
p { color: rgb(40,187,8); }
H1.HeaderClassName
{
color: #28BB08;
}
.AnyTagClassName
{
color: #28BB08;
}
</style>
background-color css
<style>
a { background-color: #28BB08; }
a { background-color: rgb(40,187,8); }
div.DivClassName
{
background-color: #28BB08;
}
.BgClassName
{
background-color: #28BB08;
}
</style>
border-color css
<style>
span { border-color: #28BB08; }
span { border-color: rgb(40,187,8); }
td.TdClassName
{
border-color: #28BB08;
}
.TagClassName
{
border-color: #28BB08;
}
</style>