Shades of Kelly Green #28BA03
Tints of Kelly Green #28BA03
RGB
CMYK
RGB Variations
Color information
#28BA03 (or 0x28BA03) is known color: Kelly Green. HEX triplet: 28, BA and 03. RGB value is (40,186,3). Sum of RGB (Red+Green+Blue) = 40+186+3=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BA03 is #D745FC. Grayscale: #7A7A7A. Windows color (decimal): -14108157 or 244264. OLE color: 244264.
HSL color Cylindrical-coordinate representation of color #28BA03: hue angle of 107.87º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28BA03 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 3 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.27 |
| HSL | 107.87º | 0.97% | 0.37% | - |
| HSV(B) | 107.87º | 0.98% | 0.73% | - |
| XYZ | 18.45 | 35.58 | 5.98 | - |
| YUV | 121.48 | 61.13 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 3 | 0.78 | 0 | 0.98 | 0.27 | 107.87 | 0.97 | 0.37 |
| Hex | 28 | BA | 3 | 4E | 0 | 62 | 1B | 6C | 61 | 25 |
| Octal | 50 | 272 | 3 | 116 | 0 | 142 | 33 | 154 | 141 | 45 |
| Binary | 101000 | 10111010 | 11 | 1001110 | 0 | 1100010 | 11011 | 1101100 | 1100001 | 100101 |
Color Harmonies of #28BA03
Complementary color
Monochromatic Colors of #28BA03
Black with #28BA03
Text Example
Text Example
White with #28BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA03; }
p { color: rgb(40,186,3); }
H1.HeaderClassName
{
color: #28BA03;
}
.AnyTagClassName
{
color: #28BA03;
}
</style>
background-color css
<style>
a { background-color: #28BA03; }
a { background-color: rgb(40,186,3); }
div.DivClassName
{
background-color: #28BA03;
}
.BgClassName
{
background-color: #28BA03;
}
</style>
border-color css
<style>
span { border-color: #28BA03; }
span { border-color: rgb(40,186,3); }
td.TdClassName
{
border-color: #28BA03;
}
.TagClassName
{
border-color: #28BA03;
}
</style>