Shades of Kelly Green #28CC00
Tints of Kelly Green #28CC00
RGB
CMYK
RGB Variations
Color information
#28CC00 (or 0x28CC00) is known color: Kelly Green. HEX triplet: 28, CC and 00. RGB value is (40,204,0). Sum of RGB (Red+Green+Blue) = 40+204+0=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 204 (80.08% from 255 or 83.61% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28CC00 is #D733FF. Grayscale: #848484. Windows color (decimal): -14103552 or 52264. OLE color: 52264.
HSL color Cylindrical-coordinate representation of color #28CC00: hue angle of 108.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28CC00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.2 |
| HSL | 108.24º | 1% | 0.4% | - |
| HSV(B) | 108.24º | 1% | 0.8% | - |
| XYZ | 22.47 | 43.64 | 7.24 | - |
| YUV | 131.71 | 53.67 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 0 | 0.80 | 0 | 1 | 0.2 | 108.24 | 1 | 0.4 |
| Hex | 28 | CC | 0 | 50 | 0 | 64 | 14 | 6C | 64 | 28 |
| Octal | 50 | 314 | 0 | 120 | 0 | 144 | 24 | 154 | 144 | 50 |
| Binary | 101000 | 11001100 | 0 | 1010000 | 0 | 1100100 | 10100 | 1101100 | 1100100 | 101000 |
Color Harmonies of #28CC00
Complementary color
Monochromatic Colors of #28CC00
Black with #28CC00
Text Example
Text Example
White with #28CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC00; }
p { color: rgb(40,204,0); }
H1.HeaderClassName
{
color: #28CC00;
}
.AnyTagClassName
{
color: #28CC00;
}
</style>
background-color css
<style>
a { background-color: #28CC00; }
a { background-color: rgb(40,204,0); }
div.DivClassName
{
background-color: #28CC00;
}
.BgClassName
{
background-color: #28CC00;
}
</style>
border-color css
<style>
span { border-color: #28CC00; }
span { border-color: rgb(40,204,0); }
td.TdClassName
{
border-color: #28CC00;
}
.TagClassName
{
border-color: #28CC00;
}
</style>