Shades of Kelly Green #4BDD13
Tints of Kelly Green #4BDD13
RGB
CMYK
RGB Variations
Color information
#4BDD13 (or 0x4BDD13) is known color: Kelly Green. HEX triplet: 4B, DD and 13. RGB value is (75,221,19). Sum of RGB (Red+Green+Blue) = 75+221+19=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDD13 is #B422EC. Grayscale: #9A9A9A. Windows color (decimal): -11805421 or 1301835. OLE color: 1301835.
HSL color Cylindrical-coordinate representation of color #4BDD13: hue angle of 103.37º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BDD13 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 19 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.13 |
| HSL | 103.37º | 0.84% | 0.47% | - |
| HSV(B) | 103.37º | 0.91% | 0.87% | - |
| XYZ | 28.88 | 53.26 | 9.37 | - |
| YUV | 154.32 | 51.63 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 19 | 0.66 | 0 | 0.91 | 0.13 | 103.37 | 0.84 | 0.47 |
| Hex | 4B | DD | 13 | 42 | 0 | 5B | D | 67 | 54 | 2F |
| Octal | 113 | 335 | 23 | 102 | 0 | 133 | 15 | 147 | 124 | 57 |
| Binary | 1001011 | 11011101 | 10011 | 1000010 | 0 | 1011011 | 1101 | 1100111 | 1010100 | 101111 |
Color Harmonies of #4BDD13
Complementary color
Monochromatic Colors of #4BDD13
Black with #4BDD13
Text Example
Text Example
White with #4BDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD13; }
p { color: rgb(75,221,19); }
H1.HeaderClassName
{
color: #4BDD13;
}
.AnyTagClassName
{
color: #4BDD13;
}
</style>
background-color css
<style>
a { background-color: #4BDD13; }
a { background-color: rgb(75,221,19); }
div.DivClassName
{
background-color: #4BDD13;
}
.BgClassName
{
background-color: #4BDD13;
}
</style>
border-color css
<style>
span { border-color: #4BDD13; }
span { border-color: rgb(75,221,19); }
td.TdClassName
{
border-color: #4BDD13;
}
.TagClassName
{
border-color: #4BDD13;
}
</style>