Shades of Kelly Green #28C107
Tints of Kelly Green #28C107
RGB
CMYK
RGB Variations
Color information
#28C107 (or 0x28C107) is known color: Kelly Green. HEX triplet: 28, C1 and 07. RGB value is (40,193,7). Sum of RGB (Red+Green+Blue) = 40+193+7=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #28C107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C107 is #D73EF8. Grayscale: #7E7E7E. Windows color (decimal): -14106361 or 508200. OLE color: 508200.
HSL color Cylindrical-coordinate representation of color #28C107: hue angle of 109.35º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28C107 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 7 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.24 |
| HSL | 109.35º | 0.93% | 0.39% | - |
| HSV(B) | 109.35º | 0.96% | 0.76% | - |
| XYZ | 19.98 | 38.61 | 6.6 | - |
| YUV | 126.05 | 60.81 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 7 | 0.79 | 0 | 0.96 | 0.24 | 109.35 | 0.93 | 0.39 |
| Hex | 28 | C1 | 7 | 4F | 0 | 60 | 18 | 6D | 5D | 27 |
| Octal | 50 | 301 | 7 | 117 | 0 | 140 | 30 | 155 | 135 | 47 |
| Binary | 101000 | 11000001 | 111 | 1001111 | 0 | 1100000 | 11000 | 1101101 | 1011101 | 100111 |
Color Harmonies of #28C107
Complementary color
Monochromatic Colors of #28C107
Black with #28C107
Text Example
Text Example
White with #28C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C107; }
p { color: rgb(40,193,7); }
H1.HeaderClassName
{
color: #28C107;
}
.AnyTagClassName
{
color: #28C107;
}
</style>
background-color css
<style>
a { background-color: #28C107; }
a { background-color: rgb(40,193,7); }
div.DivClassName
{
background-color: #28C107;
}
.BgClassName
{
background-color: #28C107;
}
</style>
border-color css
<style>
span { border-color: #28C107; }
span { border-color: rgb(40,193,7); }
td.TdClassName
{
border-color: #28C107;
}
.TagClassName
{
border-color: #28C107;
}
</style>