Shades of Kelly Green #48C22B
Tints of Kelly Green #48C22B
RGB
CMYK
RGB Variations
Color information
#48C22B (or 0x48C22B) is known color: Kelly Green. HEX triplet: 48, C2 and 2B. RGB value is (72,194,43). Sum of RGB (Red+Green+Blue) = 72+194+43=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #48C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C22B is #B73DD4. Grayscale: #8C8C8C. Windows color (decimal): -12008917 or 2867784. OLE color: 2867784.
HSL color Cylindrical-coordinate representation of color #48C22B: hue angle of 108.48º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48C22B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 43 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.24 |
| HSL | 108.48º | 0.64% | 0.46% | - |
| HSV(B) | 108.48º | 0.78% | 0.76% | - |
| XYZ | 22.4 | 40.14 | 8.85 | - |
| YUV | 140.31 | 73.08 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 43 | 0.63 | 0 | 0.78 | 0.24 | 108.48 | 0.64 | 0.46 |
| Hex | 48 | C2 | 2B | 3F | 0 | 4E | 18 | 6C | 40 | 2E |
| Octal | 110 | 302 | 53 | 77 | 0 | 116 | 30 | 154 | 100 | 56 |
| Binary | 1001000 | 11000010 | 101011 | 111111 | 0 | 1001110 | 11000 | 1101100 | 1000000 | 101110 |
Color Harmonies of #48C22B
Complementary color
Monochromatic Colors of #48C22B
Black with #48C22B
Text Example
Text Example
White with #48C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C22B; }
p { color: rgb(72,194,43); }
H1.HeaderClassName
{
color: #48C22B;
}
.AnyTagClassName
{
color: #48C22B;
}
</style>
background-color css
<style>
a { background-color: #48C22B; }
a { background-color: rgb(72,194,43); }
div.DivClassName
{
background-color: #48C22B;
}
.BgClassName
{
background-color: #48C22B;
}
</style>
border-color css
<style>
span { border-color: #48C22B; }
span { border-color: rgb(72,194,43); }
td.TdClassName
{
border-color: #48C22B;
}
.TagClassName
{
border-color: #48C22B;
}
</style>