Shades of Kelly Green #48C71C
Tints of Kelly Green #48C71C
RGB
CMYK
RGB Variations
Color information
#48C71C (or 0x48C71C) is known color: Kelly Green. HEX triplet: 48, C7 and 1C. RGB value is (72,199,28). Sum of RGB (Red+Green+Blue) = 72+199+28=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 199 (78.12% from 255 or 66.56% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 199 - color contains mainly: green. Hex color #48C71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C71C is #B738E3. Grayscale: #8E8E8E. Windows color (decimal): -12007652 or 1886024. OLE color: 1886024.
HSL color Cylindrical-coordinate representation of color #48C71C: hue angle of 104.56º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48C71C is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 199 | 28 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.22 |
| HSL | 104.56º | 0.75% | 0.45% | - |
| HSV(B) | 104.56º | 0.86% | 0.78% | - |
| XYZ | 23.31 | 42.31 | 8.04 | - |
| YUV | 141.53 | 63.92 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 199 | 28 | 0.64 | 0 | 0.86 | 0.22 | 104.56 | 0.75 | 0.45 |
| Hex | 48 | C7 | 1C | 40 | 0 | 56 | 16 | 69 | 4B | 2D |
| Octal | 110 | 307 | 34 | 100 | 0 | 126 | 26 | 151 | 113 | 55 |
| Binary | 1001000 | 11000111 | 11100 | 1000000 | 0 | 1010110 | 10110 | 1101001 | 1001011 | 101101 |
Color Harmonies of #48C71C
Complementary color
Monochromatic Colors of #48C71C
Black with #48C71C
Text Example
Text Example
White with #48C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C71C; }
p { color: rgb(72,199,28); }
H1.HeaderClassName
{
color: #48C71C;
}
.AnyTagClassName
{
color: #48C71C;
}
</style>
background-color css
<style>
a { background-color: #48C71C; }
a { background-color: rgb(72,199,28); }
div.DivClassName
{
background-color: #48C71C;
}
.BgClassName
{
background-color: #48C71C;
}
</style>
border-color css
<style>
span { border-color: #48C71C; }
span { border-color: rgb(72,199,28); }
td.TdClassName
{
border-color: #48C71C;
}
.TagClassName
{
border-color: #48C71C;
}
</style>