Shades of Kelly Green #48B22B
Tints of Kelly Green #48B22B
RGB
CMYK
RGB Variations
Color information
#48B22B (or 0x48B22B) is known color: Kelly Green. HEX triplet: 48, B2 and 2B. RGB value is (72,178,43). Sum of RGB (Red+Green+Blue) = 72+178+43=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 178 (69.92% from 255 or 60.75% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 178 - color contains mainly: green. Hex color #48B22B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B22B is #B74DD4. Grayscale: #838383. Windows color (decimal): -12013013 or 2863688. OLE color: 2863688.
HSL color Cylindrical-coordinate representation of color #48B22B: hue angle of 107.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48B22B is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 178 | 43 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.30 |
| HSL | 107.11º | 0.61% | 0.43% | - |
| HSV(B) | 107.11º | 0.76% | 0.7% | - |
| XYZ | 19.03 | 33.39 | 7.73 | - |
| YUV | 130.92 | 78.38 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 178 | 43 | 0.60 | 0 | 0.76 | 0.30 | 107.11 | 0.61 | 0.43 |
| Hex | 48 | B2 | 2B | 3C | 0 | 4C | 1E | 6B | 3D | 2B |
| Octal | 110 | 262 | 53 | 74 | 0 | 114 | 36 | 153 | 75 | 53 |
| Binary | 1001000 | 10110010 | 101011 | 111100 | 0 | 1001100 | 11110 | 1101011 | 111101 | 101011 |
Color Harmonies of #48B22B
Complementary color
Monochromatic Colors of #48B22B
Black with #48B22B
Text Example
Text Example
White with #48B22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B22B; }
p { color: rgb(72,178,43); }
H1.HeaderClassName
{
color: #48B22B;
}
.AnyTagClassName
{
color: #48B22B;
}
</style>
background-color css
<style>
a { background-color: #48B22B; }
a { background-color: rgb(72,178,43); }
div.DivClassName
{
background-color: #48B22B;
}
.BgClassName
{
background-color: #48B22B;
}
</style>
border-color css
<style>
span { border-color: #48B22B; }
span { border-color: rgb(72,178,43); }
td.TdClassName
{
border-color: #48B22B;
}
.TagClassName
{
border-color: #48B22B;
}
</style>