Shades of Kelly Green #48C01A
Tints of Kelly Green #48C01A
RGB
CMYK
RGB Variations
Color information
#48C01A (or 0x48C01A) is known color: Kelly Green. HEX triplet: 48, C0 and 1A. RGB value is (72,192,26). Sum of RGB (Red+Green+Blue) = 72+192+26=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #48C01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C01A is #B73FE5. Grayscale: #898989. Windows color (decimal): -12009446 or 1753160. OLE color: 1753160.
HSL color Cylindrical-coordinate representation of color #48C01A: hue angle of 103.37º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48C01A is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 26 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.25 |
| HSL | 103.37º | 0.76% | 0.43% | - |
| HSV(B) | 103.37º | 0.86% | 0.75% | - |
| XYZ | 21.71 | 39.15 | 7.39 | - |
| YUV | 137.2 | 65.24 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 26 | 0.63 | 0 | 0.86 | 0.25 | 103.37 | 0.76 | 0.43 |
| Hex | 48 | C0 | 1A | 3F | 0 | 56 | 19 | 67 | 4C | 2B |
| Octal | 110 | 300 | 32 | 77 | 0 | 126 | 31 | 147 | 114 | 53 |
| Binary | 1001000 | 11000000 | 11010 | 111111 | 0 | 1010110 | 11001 | 1100111 | 1001100 | 101011 |
Color Harmonies of #48C01A
Complementary color
Monochromatic Colors of #48C01A
Black with #48C01A
Text Example
Text Example
White with #48C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C01A; }
p { color: rgb(72,192,26); }
H1.HeaderClassName
{
color: #48C01A;
}
.AnyTagClassName
{
color: #48C01A;
}
</style>
background-color css
<style>
a { background-color: #48C01A; }
a { background-color: rgb(72,192,26); }
div.DivClassName
{
background-color: #48C01A;
}
.BgClassName
{
background-color: #48C01A;
}
</style>
border-color css
<style>
span { border-color: #48C01A; }
span { border-color: rgb(72,192,26); }
td.TdClassName
{
border-color: #48C01A;
}
.TagClassName
{
border-color: #48C01A;
}
</style>