Shades of Kelly Green #28C005
Tints of Kelly Green #28C005
RGB
CMYK
RGB Variations
Color information
#28C005 (or 0x28C005) is known color: Kelly Green. HEX triplet: 28, C0 and 05. RGB value is (40,192,5). Sum of RGB (Red+Green+Blue) = 40+192+5=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #28C005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C005 is #D73FFA. Grayscale: #7D7D7D. Windows color (decimal): -14106619 or 376872. OLE color: 376872.
HSL color Cylindrical-coordinate representation of color #28C005: hue angle of 108.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28C005 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 5 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.25 |
| HSL | 108.77º | 0.95% | 0.39% | - |
| HSV(B) | 108.77º | 0.97% | 0.75% | - |
| XYZ | 19.75 | 38.16 | 6.47 | - |
| YUV | 125.23 | 60.14 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 5 | 0.79 | 0 | 0.97 | 0.25 | 108.77 | 0.95 | 0.39 |
| Hex | 28 | C0 | 5 | 4F | 0 | 61 | 19 | 6D | 5F | 27 |
| Octal | 50 | 300 | 5 | 117 | 0 | 141 | 31 | 155 | 137 | 47 |
| Binary | 101000 | 11000000 | 101 | 1001111 | 0 | 1100001 | 11001 | 1101101 | 1011111 | 100111 |
Color Harmonies of #28C005
Complementary color
Monochromatic Colors of #28C005
Black with #28C005
Text Example
Text Example
White with #28C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C005; }
p { color: rgb(40,192,5); }
H1.HeaderClassName
{
color: #28C005;
}
.AnyTagClassName
{
color: #28C005;
}
</style>
background-color css
<style>
a { background-color: #28C005; }
a { background-color: rgb(40,192,5); }
div.DivClassName
{
background-color: #28C005;
}
.BgClassName
{
background-color: #28C005;
}
</style>
border-color css
<style>
span { border-color: #28C005; }
span { border-color: rgb(40,192,5); }
td.TdClassName
{
border-color: #28C005;
}
.TagClassName
{
border-color: #28C005;
}
</style>