Shades of Kelly Green #28BA06
Tints of Kelly Green #28BA06
RGB
CMYK
RGB Variations
Color information
#28BA06 (or 0x28BA06) is known color: Kelly Green. HEX triplet: 28, BA and 06. RGB value is (40,186,6). Sum of RGB (Red+Green+Blue) = 40+186+6=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BA06 is #D745F9. Grayscale: #7A7A7A. Windows color (decimal): -14108154 or 440872. OLE color: 440872.
HSL color Cylindrical-coordinate representation of color #28BA06: hue angle of 108.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28BA06 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 6 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.27 |
| HSL | 108.67º | 0.94% | 0.38% | - |
| HSV(B) | 108.67º | 0.97% | 0.73% | - |
| XYZ | 18.47 | 35.58 | 6.07 | - |
| YUV | 121.83 | 62.63 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 6 | 0.78 | 0 | 0.97 | 0.27 | 108.67 | 0.94 | 0.38 |
| Hex | 28 | BA | 6 | 4E | 0 | 61 | 1B | 6D | 5E | 26 |
| Octal | 50 | 272 | 6 | 116 | 0 | 141 | 33 | 155 | 136 | 46 |
| Binary | 101000 | 10111010 | 110 | 1001110 | 0 | 1100001 | 11011 | 1101101 | 1011110 | 100110 |
Color Harmonies of #28BA06
Complementary color
Monochromatic Colors of #28BA06
Black with #28BA06
Text Example
Text Example
White with #28BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA06; }
p { color: rgb(40,186,6); }
H1.HeaderClassName
{
color: #28BA06;
}
.AnyTagClassName
{
color: #28BA06;
}
</style>
background-color css
<style>
a { background-color: #28BA06; }
a { background-color: rgb(40,186,6); }
div.DivClassName
{
background-color: #28BA06;
}
.BgClassName
{
background-color: #28BA06;
}
</style>
border-color css
<style>
span { border-color: #28BA06; }
span { border-color: rgb(40,186,6); }
td.TdClassName
{
border-color: #28BA06;
}
.TagClassName
{
border-color: #28BA06;
}
</style>