Shades of Kelly Green #28CA00
Tints of Kelly Green #28CA00
RGB
CMYK
RGB Variations
Color information
#28CA00 (or 0x28CA00) is known color: Kelly Green. HEX triplet: 28, CA and 00. RGB value is (40,202,0). Sum of RGB (Red+Green+Blue) = 40+202+0=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 202 (79.30% from 255 or 83.47% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CA00 is #D735FF. Grayscale: #838383. Windows color (decimal): -14104064 or 51752. OLE color: 51752.
HSL color Cylindrical-coordinate representation of color #28CA00: hue angle of 108.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28CA00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.21 |
| HSL | 108.12º | 1% | 0.4% | - |
| HSV(B) | 108.12º | 1% | 0.79% | - |
| XYZ | 22 | 42.69 | 7.08 | - |
| YUV | 130.53 | 54.33 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 0 | 0.80 | 0 | 1 | 0.21 | 108.12 | 1 | 0.4 |
| Hex | 28 | CA | 0 | 50 | 0 | 64 | 15 | 6C | 64 | 28 |
| Octal | 50 | 312 | 0 | 120 | 0 | 144 | 25 | 154 | 144 | 50 |
| Binary | 101000 | 11001010 | 0 | 1010000 | 0 | 1100100 | 10101 | 1101100 | 1100100 | 101000 |
Color Harmonies of #28CA00
Complementary color
Monochromatic Colors of #28CA00
Black with #28CA00
Text Example
Text Example
White with #28CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA00; }
p { color: rgb(40,202,0); }
H1.HeaderClassName
{
color: #28CA00;
}
.AnyTagClassName
{
color: #28CA00;
}
</style>
background-color css
<style>
a { background-color: #28CA00; }
a { background-color: rgb(40,202,0); }
div.DivClassName
{
background-color: #28CA00;
}
.BgClassName
{
background-color: #28CA00;
}
</style>
border-color css
<style>
span { border-color: #28CA00; }
span { border-color: rgb(40,202,0); }
td.TdClassName
{
border-color: #28CA00;
}
.TagClassName
{
border-color: #28CA00;
}
</style>