Shades of Kelly Green #48C026
Tints of Kelly Green #48C026
RGB
CMYK
RGB Variations
Color information
#48C026 (or 0x48C026) is known color: Kelly Green. HEX triplet: 48, C0 and 26. RGB value is (72,192,38). Sum of RGB (Red+Green+Blue) = 72+192+38=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #48C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C026 is #B73FD9. Grayscale: #8B8B8B. Windows color (decimal): -12009434 or 2539592. OLE color: 2539592.
HSL color Cylindrical-coordinate representation of color #48C026: hue angle of 106.75º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48C026 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 38 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.25 |
| HSL | 106.75º | 0.67% | 0.45% | - |
| HSV(B) | 106.75º | 0.8% | 0.75% | - |
| XYZ | 21.87 | 39.22 | 8.25 | - |
| YUV | 138.56 | 71.24 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 38 | 0.63 | 0 | 0.80 | 0.25 | 106.75 | 0.67 | 0.45 |
| Hex | 48 | C0 | 26 | 3F | 0 | 50 | 19 | 6B | 43 | 2D |
| Octal | 110 | 300 | 46 | 77 | 0 | 120 | 31 | 153 | 103 | 55 |
| Binary | 1001000 | 11000000 | 100110 | 111111 | 0 | 1010000 | 11001 | 1101011 | 1000011 | 101101 |
Color Harmonies of #48C026
Complementary color
Monochromatic Colors of #48C026
Black with #48C026
Text Example
Text Example
White with #48C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C026; }
p { color: rgb(72,192,38); }
H1.HeaderClassName
{
color: #48C026;
}
.AnyTagClassName
{
color: #48C026;
}
</style>
background-color css
<style>
a { background-color: #48C026; }
a { background-color: rgb(72,192,38); }
div.DivClassName
{
background-color: #48C026;
}
.BgClassName
{
background-color: #48C026;
}
</style>
border-color css
<style>
span { border-color: #48C026; }
span { border-color: rgb(72,192,38); }
td.TdClassName
{
border-color: #48C026;
}
.TagClassName
{
border-color: #48C026;
}
</style>