Shades of Kelly Green #48CE21
Tints of Kelly Green #48CE21
RGB
CMYK
RGB Variations
Color information
#48CE21 (or 0x48CE21) is known color: Kelly Green. HEX triplet: 48, CE and 21. RGB value is (72,206,33). Sum of RGB (Red+Green+Blue) = 72+206+33=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 206 (80.86% from 255 or 66.24% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE21 is #B731DE. Grayscale: #929292. Windows color (decimal): -12005855 or 2215496. OLE color: 2215496.
HSL color Cylindrical-coordinate representation of color #48CE21: hue angle of 106.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48CE21 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 33 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.19 |
| HSL | 106.47º | 0.72% | 0.47% | - |
| HSV(B) | 106.47º | 0.84% | 0.81% | - |
| XYZ | 25.02 | 45.63 | 8.93 | - |
| YUV | 146.21 | 64.11 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 33 | 0.65 | 0 | 0.84 | 0.19 | 106.47 | 0.72 | 0.47 |
| Hex | 48 | CE | 21 | 41 | 0 | 54 | 13 | 6A | 48 | 2F |
| Octal | 110 | 316 | 41 | 101 | 0 | 124 | 23 | 152 | 110 | 57 |
| Binary | 1001000 | 11001110 | 100001 | 1000001 | 0 | 1010100 | 10011 | 1101010 | 1001000 | 101111 |
Color Harmonies of #48CE21
Complementary color
Monochromatic Colors of #48CE21
Black with #48CE21
Text Example
Text Example
White with #48CE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE21; }
p { color: rgb(72,206,33); }
H1.HeaderClassName
{
color: #48CE21;
}
.AnyTagClassName
{
color: #48CE21;
}
</style>
background-color css
<style>
a { background-color: #48CE21; }
a { background-color: rgb(72,206,33); }
div.DivClassName
{
background-color: #48CE21;
}
.BgClassName
{
background-color: #48CE21;
}
</style>
border-color css
<style>
span { border-color: #48CE21; }
span { border-color: rgb(72,206,33); }
td.TdClassName
{
border-color: #48CE21;
}
.TagClassName
{
border-color: #48CE21;
}
</style>