Shades of Kelly Green #28C001
Tints of Kelly Green #28C001
RGB
CMYK
RGB Variations
Color information
#28C001 (or 0x28C001) is known color: Kelly Green. HEX triplet: 28, C0 and 01. RGB value is (40,192,1). Sum of RGB (Red+Green+Blue) = 40+192+1=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #28C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C001 is #D73FFE. Grayscale: #7D7D7D. Windows color (decimal): -14106623 or 114728. OLE color: 114728.
HSL color Cylindrical-coordinate representation of color #28C001: hue angle of 107.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28C001 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.25 |
| HSL | 107.75º | 0.99% | 0.38% | - |
| HSV(B) | 107.75º | 0.99% | 0.75% | - |
| XYZ | 19.73 | 38.15 | 6.35 | - |
| YUV | 124.78 | 58.14 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 1 | 0.79 | 0 | 0.99 | 0.25 | 107.75 | 0.99 | 0.38 |
| Hex | 28 | C0 | 1 | 4F | 0 | 63 | 19 | 6C | 63 | 26 |
| Octal | 50 | 300 | 1 | 117 | 0 | 143 | 31 | 154 | 143 | 46 |
| Binary | 101000 | 11000000 | 1 | 1001111 | 0 | 1100011 | 11001 | 1101100 | 1100011 | 100110 |
Color Harmonies of #28C001
Complementary color
Monochromatic Colors of #28C001
Black with #28C001
Text Example
Text Example
White with #28C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C001; }
p { color: rgb(40,192,1); }
H1.HeaderClassName
{
color: #28C001;
}
.AnyTagClassName
{
color: #28C001;
}
</style>
background-color css
<style>
a { background-color: #28C001; }
a { background-color: rgb(40,192,1); }
div.DivClassName
{
background-color: #28C001;
}
.BgClassName
{
background-color: #28C001;
}
</style>
border-color css
<style>
span { border-color: #28C001; }
span { border-color: rgb(40,192,1); }
td.TdClassName
{
border-color: #28C001;
}
.TagClassName
{
border-color: #28C001;
}
</style>