Shades of Kelly Green #28C500
Tints of Kelly Green #28C500
RGB
CMYK
RGB Variations
Color information
#28C500 (or 0x28C500) is known color: Kelly Green. HEX triplet: 28, C5 and 00. RGB value is (40,197,0). Sum of RGB (Red+Green+Blue) = 40+197+0=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 197 (77.34% from 255 or 83.12% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 197 - color contains mainly: green. Hex color #28C500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C500 is #D73AFF. Grayscale: #808080. Windows color (decimal): -14105344 or 50472. OLE color: 50472.
HSL color Cylindrical-coordinate representation of color #28C500: hue angle of 107.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28C500 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.23 |
| HSL | 107.82º | 1% | 0.39% | - |
| HSV(B) | 107.82º | 1% | 0.77% | - |
| XYZ | 20.84 | 40.38 | 6.7 | - |
| YUV | 127.6 | 55.99 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 0 | 0.80 | 0 | 1 | 0.23 | 107.82 | 1 | 0.39 |
| Hex | 28 | C5 | 0 | 50 | 0 | 64 | 17 | 6C | 64 | 27 |
| Octal | 50 | 305 | 0 | 120 | 0 | 144 | 27 | 154 | 144 | 47 |
| Binary | 101000 | 11000101 | 0 | 1010000 | 0 | 1100100 | 10111 | 1101100 | 1100100 | 100111 |
Color Harmonies of #28C500
Complementary color
Monochromatic Colors of #28C500
Black with #28C500
Text Example
Text Example
White with #28C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C500; }
p { color: rgb(40,197,0); }
H1.HeaderClassName
{
color: #28C500;
}
.AnyTagClassName
{
color: #28C500;
}
</style>
background-color css
<style>
a { background-color: #28C500; }
a { background-color: rgb(40,197,0); }
div.DivClassName
{
background-color: #28C500;
}
.BgClassName
{
background-color: #28C500;
}
</style>
border-color css
<style>
span { border-color: #28C500; }
span { border-color: rgb(40,197,0); }
td.TdClassName
{
border-color: #28C500;
}
.TagClassName
{
border-color: #28C500;
}
</style>