Shades of Kelly Green #48C001
Tints of Kelly Green #48C001
RGB
CMYK
RGB Variations
Color information
#48C001 (or 0x48C001) is known color: Kelly Green. HEX triplet: 48, C0 and 01. RGB value is (72,192,1). Sum of RGB (Red+Green+Blue) = 72+192+1=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #48C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C001 is #B73FFE. Grayscale: #868686. Windows color (decimal): -12009471 or 114760. OLE color: 114760.
HSL color Cylindrical-coordinate representation of color #48C001: hue angle of 97.7º 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 #48C001 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 1 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.25 |
| HSL | 97.7º | 0.99% | 0.38% | - |
| HSV(B) | 97.7º | 0.99% | 0.75% | - |
| XYZ | 21.53 | 39.08 | 6.44 | - |
| YUV | 134.35 | 52.74 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 1 | 0.63 | 0 | 0.99 | 0.25 | 97.7 | 0.99 | 0.38 |
| Hex | 48 | C0 | 1 | 3F | 0 | 63 | 19 | 62 | 63 | 26 |
| Octal | 110 | 300 | 1 | 77 | 0 | 143 | 31 | 142 | 143 | 46 |
| Binary | 1001000 | 11000000 | 1 | 111111 | 0 | 1100011 | 11001 | 1100010 | 1100011 | 100110 |
Color Harmonies of #48C001
Complementary color
Monochromatic Colors of #48C001
Black with #48C001
Text Example
Text Example
White with #48C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C001; }
p { color: rgb(72,192,1); }
H1.HeaderClassName
{
color: #48C001;
}
.AnyTagClassName
{
color: #48C001;
}
</style>
background-color css
<style>
a { background-color: #48C001; }
a { background-color: rgb(72,192,1); }
div.DivClassName
{
background-color: #48C001;
}
.BgClassName
{
background-color: #48C001;
}
</style>
border-color css
<style>
span { border-color: #48C001; }
span { border-color: rgb(72,192,1); }
td.TdClassName
{
border-color: #48C001;
}
.TagClassName
{
border-color: #48C001;
}
</style>