Shades of Kelly Green #28C504
Tints of Kelly Green #28C504
RGB
CMYK
RGB Variations
Color information
#28C504 (or 0x28C504) is known color: Kelly Green. HEX triplet: 28, C5 and 04. RGB value is (40,197,4). Sum of RGB (Red+Green+Blue) = 40+197+4=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #28C504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C504 is #D73AFB. Grayscale: #808080. Windows color (decimal): -14105340 or 312616. OLE color: 312616.
HSL color Cylindrical-coordinate representation of color #28C504: hue angle of 108.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28C504 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.23 |
| HSL | 108.81º | 0.96% | 0.39% | - |
| HSV(B) | 108.81º | 0.98% | 0.77% | - |
| XYZ | 20.86 | 40.39 | 6.81 | - |
| YUV | 128.06 | 57.99 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 4 | 0.80 | 0 | 0.98 | 0.23 | 108.81 | 0.96 | 0.39 |
| Hex | 28 | C5 | 4 | 50 | 0 | 62 | 17 | 6D | 60 | 27 |
| Octal | 50 | 305 | 4 | 120 | 0 | 142 | 27 | 155 | 140 | 47 |
| Binary | 101000 | 11000101 | 100 | 1010000 | 0 | 1100010 | 10111 | 1101101 | 1100000 | 100111 |
Color Harmonies of #28C504
Complementary color
Monochromatic Colors of #28C504
Black with #28C504
Text Example
Text Example
White with #28C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C504; }
p { color: rgb(40,197,4); }
H1.HeaderClassName
{
color: #28C504;
}
.AnyTagClassName
{
color: #28C504;
}
</style>
background-color css
<style>
a { background-color: #28C504; }
a { background-color: rgb(40,197,4); }
div.DivClassName
{
background-color: #28C504;
}
.BgClassName
{
background-color: #28C504;
}
</style>
border-color css
<style>
span { border-color: #28C504; }
span { border-color: rgb(40,197,4); }
td.TdClassName
{
border-color: #28C504;
}
.TagClassName
{
border-color: #28C504;
}
</style>