Shades of Kelly Green #28C10E
Tints of Kelly Green #28C10E
RGB
CMYK
RGB Variations
Color information
#28C10E (or 0x28C10E) is known color: Kelly Green. HEX triplet: 28, C1 and 0E. RGB value is (40,193,14). Sum of RGB (Red+Green+Blue) = 40+193+14=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #28C10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C10E is #D73EF1. Grayscale: #7F7F7F. Windows color (decimal): -14106354 or 966952. OLE color: 966952.
HSL color Cylindrical-coordinate representation of color #28C10E: hue angle of 111.28º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28C10E is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 14 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.24 |
| HSL | 111.28º | 0.86% | 0.41% | - |
| HSV(B) | 111.28º | 0.93% | 0.76% | - |
| XYZ | 20.02 | 38.62 | 6.82 | - |
| YUV | 126.85 | 64.31 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 14 | 0.79 | 0 | 0.93 | 0.24 | 111.28 | 0.86 | 0.41 |
| Hex | 28 | C1 | E | 4F | 0 | 5D | 18 | 6F | 56 | 29 |
| Octal | 50 | 301 | 16 | 117 | 0 | 135 | 30 | 157 | 126 | 51 |
| Binary | 101000 | 11000001 | 1110 | 1001111 | 0 | 1011101 | 11000 | 1101111 | 1010110 | 101001 |
Color Harmonies of #28C10E
Complementary color
Monochromatic Colors of #28C10E
Black with #28C10E
Text Example
Text Example
White with #28C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C10E; }
p { color: rgb(40,193,14); }
H1.HeaderClassName
{
color: #28C10E;
}
.AnyTagClassName
{
color: #28C10E;
}
</style>
background-color css
<style>
a { background-color: #28C10E; }
a { background-color: rgb(40,193,14); }
div.DivClassName
{
background-color: #28C10E;
}
.BgClassName
{
background-color: #28C10E;
}
</style>
border-color css
<style>
span { border-color: #28C10E; }
span { border-color: rgb(40,193,14); }
td.TdClassName
{
border-color: #28C10E;
}
.TagClassName
{
border-color: #28C10E;
}
</style>