Shades of Kelly Green #48C004
Tints of Kelly Green #48C004
RGB
CMYK
RGB Variations
Color information
#48C004 (or 0x48C004) is known color: Kelly Green. HEX triplet: 48, C0 and 04. RGB value is (72,192,4). Sum of RGB (Red+Green+Blue) = 72+192+4=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #48C004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C004 is #B73FFB. Grayscale: #878787. Windows color (decimal): -12009468 or 311368. OLE color: 311368.
HSL color Cylindrical-coordinate representation of color #48C004: hue angle of 98.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48C004 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 4 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.25 |
| HSL | 98.3º | 0.96% | 0.38% | - |
| HSV(B) | 98.3º | 0.98% | 0.75% | - |
| XYZ | 21.54 | 39.09 | 6.52 | - |
| YUV | 134.69 | 54.24 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 4 | 0.63 | 0 | 0.98 | 0.25 | 98.3 | 0.96 | 0.38 |
| Hex | 48 | C0 | 4 | 3F | 0 | 62 | 19 | 62 | 60 | 26 |
| Octal | 110 | 300 | 4 | 77 | 0 | 142 | 31 | 142 | 140 | 46 |
| Binary | 1001000 | 11000000 | 100 | 111111 | 0 | 1100010 | 11001 | 1100010 | 1100000 | 100110 |
Color Harmonies of #48C004
Complementary color
Monochromatic Colors of #48C004
Black with #48C004
Text Example
Text Example
White with #48C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C004; }
p { color: rgb(72,192,4); }
H1.HeaderClassName
{
color: #48C004;
}
.AnyTagClassName
{
color: #48C004;
}
</style>
background-color css
<style>
a { background-color: #48C004; }
a { background-color: rgb(72,192,4); }
div.DivClassName
{
background-color: #48C004;
}
.BgClassName
{
background-color: #48C004;
}
</style>
border-color css
<style>
span { border-color: #48C004; }
span { border-color: rgb(72,192,4); }
td.TdClassName
{
border-color: #48C004;
}
.TagClassName
{
border-color: #48C004;
}
</style>