Shades of Kelly Green #28C105
Tints of Kelly Green #28C105
RGB
CMYK
RGB Variations
Color information
#28C105 (or 0x28C105) is known color: Kelly Green. HEX triplet: 28, C1 and 05. RGB value is (40,193,5). Sum of RGB (Red+Green+Blue) = 40+193+5=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 193 (75.78% from 255 or 81.09% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 193 - color contains mainly: green. Hex color #28C105 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C105 is #D73EFA. Grayscale: #7E7E7E. Windows color (decimal): -14106363 or 377128. OLE color: 377128.
HSL color Cylindrical-coordinate representation of color #28C105: hue angle of 108.83º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28C105 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 5 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.24 |
| HSL | 108.83º | 0.95% | 0.39% | - |
| HSV(B) | 108.83º | 0.97% | 0.76% | - |
| XYZ | 19.97 | 38.6 | 6.54 | - |
| YUV | 125.82 | 59.81 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 5 | 0.79 | 0 | 0.97 | 0.24 | 108.83 | 0.95 | 0.39 |
| Hex | 28 | C1 | 5 | 4F | 0 | 61 | 18 | 6D | 5F | 27 |
| Octal | 50 | 301 | 5 | 117 | 0 | 141 | 30 | 155 | 137 | 47 |
| Binary | 101000 | 11000001 | 101 | 1001111 | 0 | 1100001 | 11000 | 1101101 | 1011111 | 100111 |
Color Harmonies of #28C105
Complementary color
Monochromatic Colors of #28C105
Black with #28C105
Text Example
Text Example
White with #28C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C105; }
p { color: rgb(40,193,5); }
H1.HeaderClassName
{
color: #28C105;
}
.AnyTagClassName
{
color: #28C105;
}
</style>
background-color css
<style>
a { background-color: #28C105; }
a { background-color: rgb(40,193,5); }
div.DivClassName
{
background-color: #28C105;
}
.BgClassName
{
background-color: #28C105;
}
</style>
border-color css
<style>
span { border-color: #28C105; }
span { border-color: rgb(40,193,5); }
td.TdClassName
{
border-color: #28C105;
}
.TagClassName
{
border-color: #28C105;
}
</style>