Shades of Kelly Green #48B334
Tints of Kelly Green #48B334
RGB
CMYK
RGB Variations
Color information
#48B334 (or 0x48B334) is known color: Kelly Green. HEX triplet: 48, B3 and 34. RGB value is (72,179,52). Sum of RGB (Red+Green+Blue) = 72+179+52=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #48B334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B334 is #B74CCB. Grayscale: #848484. Windows color (decimal): -12012748 or 3453768. OLE color: 3453768.
HSL color Cylindrical-coordinate representation of color #48B334: hue angle of 110.55º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48B334 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 179 | 52 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.30 |
| HSL | 110.55º | 0.55% | 0.45% | - |
| HSV(B) | 110.55º | 0.71% | 0.7% | - |
| XYZ | 19.41 | 33.87 | 8.76 | - |
| YUV | 132.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 179 | 52 | 0.60 | 0 | 0.71 | 0.30 | 110.55 | 0.55 | 0.45 |
| Hex | 48 | B3 | 34 | 3C | 0 | 47 | 1E | 6F | 37 | 2D |
| Octal | 110 | 263 | 64 | 74 | 0 | 107 | 36 | 157 | 67 | 55 |
| Binary | 1001000 | 10110011 | 110100 | 111100 | 0 | 1000111 | 11110 | 1101111 | 110111 | 101101 |
Color Harmonies of #48B334
Complementary color
Monochromatic Colors of #48B334
Black with #48B334
Text Example
Text Example
White with #48B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B334; }
p { color: rgb(72,179,52); }
H1.HeaderClassName
{
color: #48B334;
}
.AnyTagClassName
{
color: #48B334;
}
</style>
background-color css
<style>
a { background-color: #48B334; }
a { background-color: rgb(72,179,52); }
div.DivClassName
{
background-color: #48B334;
}
.BgClassName
{
background-color: #48B334;
}
</style>
border-color css
<style>
span { border-color: #48B334; }
span { border-color: rgb(72,179,52); }
td.TdClassName
{
border-color: #48B334;
}
.TagClassName
{
border-color: #48B334;
}
</style>