Shades of Kelly Green #48BC14
Tints of Kelly Green #48BC14
RGB
CMYK
RGB Variations
Color information
#48BC14 (or 0x48BC14) is known color: Kelly Green. HEX triplet: 48, BC and 14. RGB value is (72,188,20). Sum of RGB (Red+Green+Blue) = 72+188+20=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BC14 is #B743EB. Grayscale: #868686. Windows color (decimal): -12010476 or 1358920. OLE color: 1358920.
HSL color Cylindrical-coordinate representation of color #48BC14: hue angle of 101.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48BC14 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 20 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.26 |
| HSL | 101.43º | 0.81% | 0.41% | - |
| HSV(B) | 101.43º | 0.89% | 0.74% | - |
| XYZ | 20.78 | 37.39 | 6.78 | - |
| YUV | 134.16 | 63.57 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 20 | 0.62 | 0 | 0.89 | 0.26 | 101.43 | 0.81 | 0.41 |
| Hex | 48 | BC | 14 | 3E | 0 | 59 | 1A | 65 | 51 | 29 |
| Octal | 110 | 274 | 24 | 76 | 0 | 131 | 32 | 145 | 121 | 51 |
| Binary | 1001000 | 10111100 | 10100 | 111110 | 0 | 1011001 | 11010 | 1100101 | 1010001 | 101001 |
Color Harmonies of #48BC14
Complementary color
Monochromatic Colors of #48BC14
Black with #48BC14
Text Example
Text Example
White with #48BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC14; }
p { color: rgb(72,188,20); }
H1.HeaderClassName
{
color: #48BC14;
}
.AnyTagClassName
{
color: #48BC14;
}
</style>
background-color css
<style>
a { background-color: #48BC14; }
a { background-color: rgb(72,188,20); }
div.DivClassName
{
background-color: #48BC14;
}
.BgClassName
{
background-color: #48BC14;
}
</style>
border-color css
<style>
span { border-color: #48BC14; }
span { border-color: rgb(72,188,20); }
td.TdClassName
{
border-color: #48BC14;
}
.TagClassName
{
border-color: #48BC14;
}
</style>