Shades of Kelly Green #48C103
Tints of Kelly Green #48C103
RGB
CMYK
RGB Variations
Color information
#48C103 (or 0x48C103) is known color: Kelly Green. HEX triplet: 48, C1 and 03. RGB value is (72,193,3). Sum of RGB (Red+Green+Blue) = 72+193+3=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #48C103 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C103 is #B73EFC. Grayscale: #878787. Windows color (decimal): -12009213 or 246088. OLE color: 246088.
HSL color Cylindrical-coordinate representation of color #48C103: hue angle of 98.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48C103 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 193 | 3 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.24 |
| HSL | 98.21º | 0.97% | 0.38% | - |
| HSV(B) | 98.21º | 0.98% | 0.76% | - |
| XYZ | 21.76 | 39.52 | 6.57 | - |
| YUV | 135.16 | 53.41 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 193 | 3 | 0.63 | 0 | 0.98 | 0.24 | 98.21 | 0.97 | 0.38 |
| Hex | 48 | C1 | 3 | 3F | 0 | 62 | 18 | 62 | 61 | 26 |
| Octal | 110 | 301 | 3 | 77 | 0 | 142 | 30 | 142 | 141 | 46 |
| Binary | 1001000 | 11000001 | 11 | 111111 | 0 | 1100010 | 11000 | 1100010 | 1100001 | 100110 |
Color Harmonies of #48C103
Complementary color
Monochromatic Colors of #48C103
Black with #48C103
Text Example
Text Example
White with #48C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C103; }
p { color: rgb(72,193,3); }
H1.HeaderClassName
{
color: #48C103;
}
.AnyTagClassName
{
color: #48C103;
}
</style>
background-color css
<style>
a { background-color: #48C103; }
a { background-color: rgb(72,193,3); }
div.DivClassName
{
background-color: #48C103;
}
.BgClassName
{
background-color: #48C103;
}
</style>
border-color css
<style>
span { border-color: #48C103; }
span { border-color: rgb(72,193,3); }
td.TdClassName
{
border-color: #48C103;
}
.TagClassName
{
border-color: #48C103;
}
</style>