Shades of Kelly Green #48B613
Tints of Kelly Green #48B613
RGB
CMYK
RGB Variations
Color information
#48B613 (or 0x48B613) is known color: Kelly Green. HEX triplet: 48, B6 and 13. RGB value is (72,182,19). Sum of RGB (Red+Green+Blue) = 72+182+19=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 182 (71.48% from 255 or 66.67% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 182 - color contains mainly: green. Hex color #48B613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B613 is #B749EC. Grayscale: #838383. Windows color (decimal): -12012013 or 1291848. OLE color: 1291848.
HSL color Cylindrical-coordinate representation of color #48B613: hue angle of 100.49º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48B613 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 182 | 19 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.29 |
| HSL | 100.49º | 0.81% | 0.39% | - |
| HSV(B) | 100.49º | 0.9% | 0.71% | - |
| XYZ | 19.52 | 34.88 | 6.32 | - |
| YUV | 130.53 | 65.06 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 182 | 19 | 0.60 | 0 | 0.90 | 0.29 | 100.49 | 0.81 | 0.39 |
| Hex | 48 | B6 | 13 | 3C | 0 | 5A | 1D | 64 | 51 | 27 |
| Octal | 110 | 266 | 23 | 74 | 0 | 132 | 35 | 144 | 121 | 47 |
| Binary | 1001000 | 10110110 | 10011 | 111100 | 0 | 1011010 | 11101 | 1100100 | 1010001 | 100111 |
Color Harmonies of #48B613
Complementary color
Monochromatic Colors of #48B613
Black with #48B613
Text Example
Text Example
White with #48B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B613; }
p { color: rgb(72,182,19); }
H1.HeaderClassName
{
color: #48B613;
}
.AnyTagClassName
{
color: #48B613;
}
</style>
background-color css
<style>
a { background-color: #48B613; }
a { background-color: rgb(72,182,19); }
div.DivClassName
{
background-color: #48B613;
}
.BgClassName
{
background-color: #48B613;
}
</style>
border-color css
<style>
span { border-color: #48B613; }
span { border-color: rgb(72,182,19); }
td.TdClassName
{
border-color: #48B613;
}
.TagClassName
{
border-color: #48B613;
}
</style>