Shades of Kelly Green #28C705
Tints of Kelly Green #28C705
RGB
CMYK
RGB Variations
Color information
#28C705 (or 0x28C705) is known color: Kelly Green. HEX triplet: 28, C7 and 05. RGB value is (40,199,5). Sum of RGB (Red+Green+Blue) = 40+199+5=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 199 (78.12% from 255 or 81.56% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 199 - color contains mainly: green. Hex color #28C705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C705 is #D738FA. Grayscale: #818181. Windows color (decimal): -14104827 or 378664. OLE color: 378664.
HSL color Cylindrical-coordinate representation of color #28C705: hue angle of 109.18º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28C705 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 5 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.22 |
| HSL | 109.18º | 0.95% | 0.4% | - |
| HSV(B) | 109.18º | 0.97% | 0.78% | - |
| XYZ | 21.33 | 41.31 | 6.99 | - |
| YUV | 129.34 | 57.82 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 5 | 0.80 | 0 | 0.97 | 0.22 | 109.18 | 0.95 | 0.4 |
| Hex | 28 | C7 | 5 | 50 | 0 | 61 | 16 | 6D | 5F | 28 |
| Octal | 50 | 307 | 5 | 120 | 0 | 141 | 26 | 155 | 137 | 50 |
| Binary | 101000 | 11000111 | 101 | 1010000 | 0 | 1100001 | 10110 | 1101101 | 1011111 | 101000 |
Color Harmonies of #28C705
Complementary color
Monochromatic Colors of #28C705
Black with #28C705
Text Example
Text Example
White with #28C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C705; }
p { color: rgb(40,199,5); }
H1.HeaderClassName
{
color: #28C705;
}
.AnyTagClassName
{
color: #28C705;
}
</style>
background-color css
<style>
a { background-color: #28C705; }
a { background-color: rgb(40,199,5); }
div.DivClassName
{
background-color: #28C705;
}
.BgClassName
{
background-color: #28C705;
}
</style>
border-color css
<style>
span { border-color: #28C705; }
span { border-color: rgb(40,199,5); }
td.TdClassName
{
border-color: #28C705;
}
.TagClassName
{
border-color: #28C705;
}
</style>