Shades of Kelly Green #48B72A
Tints of Kelly Green #48B72A
RGB
CMYK
RGB Variations
Color information
#48B72A (or 0x48B72A) is known color: Kelly Green. HEX triplet: 48, B7 and 2A. RGB value is (72,183,42). Sum of RGB (Red+Green+Blue) = 72+183+42=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #48B72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B72A is #B748D5. Grayscale: #868686. Windows color (decimal): -12011734 or 2799432. OLE color: 2799432.
HSL color Cylindrical-coordinate representation of color #48B72A: hue angle of 107.23º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48B72A is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 42 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.28 |
| HSL | 107.23º | 0.63% | 0.44% | - |
| HSV(B) | 107.23º | 0.77% | 0.72% | - |
| XYZ | 20.02 | 35.41 | 7.97 | - |
| YUV | 133.74 | 76.23 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 42 | 0.61 | 0 | 0.77 | 0.28 | 107.23 | 0.63 | 0.44 |
| Hex | 48 | B7 | 2A | 3D | 0 | 4D | 1C | 6B | 3F | 2C |
| Octal | 110 | 267 | 52 | 75 | 0 | 115 | 34 | 153 | 77 | 54 |
| Binary | 1001000 | 10110111 | 101010 | 111101 | 0 | 1001101 | 11100 | 1101011 | 111111 | 101100 |
Color Harmonies of #48B72A
Complementary color
Monochromatic Colors of #48B72A
Black with #48B72A
Text Example
Text Example
White with #48B72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B72A; }
p { color: rgb(72,183,42); }
H1.HeaderClassName
{
color: #48B72A;
}
.AnyTagClassName
{
color: #48B72A;
}
</style>
background-color css
<style>
a { background-color: #48B72A; }
a { background-color: rgb(72,183,42); }
div.DivClassName
{
background-color: #48B72A;
}
.BgClassName
{
background-color: #48B72A;
}
</style>
border-color css
<style>
span { border-color: #48B72A; }
span { border-color: rgb(72,183,42); }
td.TdClassName
{
border-color: #48B72A;
}
.TagClassName
{
border-color: #48B72A;
}
</style>