Shades of Kelly Green #48BC0D
Tints of Kelly Green #48BC0D
RGB
CMYK
RGB Variations
Color information
#48BC0D (or 0x48BC0D) is known color: Kelly Green. HEX triplet: 48, BC and 0D. RGB value is (72,188,13). Sum of RGB (Red+Green+Blue) = 72+188+13=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BC0D is #B743F2. Grayscale: #858585. Windows color (decimal): -12010483 or 900168. OLE color: 900168.
HSL color Cylindrical-coordinate representation of color #48BC0D: hue angle of 99.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48BC0D is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 13 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.26 |
| HSL | 99.77º | 0.87% | 0.39% | - |
| HSV(B) | 99.77º | 0.93% | 0.74% | - |
| XYZ | 20.73 | 37.37 | 6.5 | - |
| YUV | 133.37 | 60.07 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 13 | 0.62 | 0 | 0.93 | 0.26 | 99.77 | 0.87 | 0.39 |
| Hex | 48 | BC | D | 3E | 0 | 5D | 1A | 64 | 57 | 27 |
| Octal | 110 | 274 | 15 | 76 | 0 | 135 | 32 | 144 | 127 | 47 |
| Binary | 1001000 | 10111100 | 1101 | 111110 | 0 | 1011101 | 11010 | 1100100 | 1010111 | 100111 |
Color Harmonies of #48BC0D
Complementary color
Monochromatic Colors of #48BC0D
Black with #48BC0D
Text Example
Text Example
White with #48BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC0D; }
p { color: rgb(72,188,13); }
H1.HeaderClassName
{
color: #48BC0D;
}
.AnyTagClassName
{
color: #48BC0D;
}
</style>
background-color css
<style>
a { background-color: #48BC0D; }
a { background-color: rgb(72,188,13); }
div.DivClassName
{
background-color: #48BC0D;
}
.BgClassName
{
background-color: #48BC0D;
}
</style>
border-color css
<style>
span { border-color: #48BC0D; }
span { border-color: rgb(72,188,13); }
td.TdClassName
{
border-color: #48BC0D;
}
.TagClassName
{
border-color: #48BC0D;
}
</style>