Shades of Kelly Green #4BDD0D
Tints of Kelly Green #4BDD0D
RGB
CMYK
RGB Variations
Color information
#4BDD0D (or 0x4BDD0D) is known color: Kelly Green. HEX triplet: 4B, DD and 0D. RGB value is (75,221,13). Sum of RGB (Red+Green+Blue) = 75+221+13=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDD0D is #B422F2. Grayscale: #9A9A9A. Windows color (decimal): -11805427 or 908619. OLE color: 908619.
HSL color Cylindrical-coordinate representation of color #4BDD0D: hue angle of 102.12º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BDD0D is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 13 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.13 |
| HSL | 102.12º | 0.89% | 0.46% | - |
| HSV(B) | 102.12º | 0.94% | 0.87% | - |
| XYZ | 28.83 | 53.24 | 9.14 | - |
| YUV | 153.63 | 48.63 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 13 | 0.66 | 0 | 0.94 | 0.13 | 102.12 | 0.89 | 0.46 |
| Hex | 4B | DD | D | 42 | 0 | 5E | D | 66 | 59 | 2E |
| Octal | 113 | 335 | 15 | 102 | 0 | 136 | 15 | 146 | 131 | 56 |
| Binary | 1001011 | 11011101 | 1101 | 1000010 | 0 | 1011110 | 1101 | 1100110 | 1011001 | 101110 |
Color Harmonies of #4BDD0D
Complementary color
Monochromatic Colors of #4BDD0D
Black with #4BDD0D
Text Example
Text Example
White with #4BDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD0D; }
p { color: rgb(75,221,13); }
H1.HeaderClassName
{
color: #4BDD0D;
}
.AnyTagClassName
{
color: #4BDD0D;
}
</style>
background-color css
<style>
a { background-color: #4BDD0D; }
a { background-color: rgb(75,221,13); }
div.DivClassName
{
background-color: #4BDD0D;
}
.BgClassName
{
background-color: #4BDD0D;
}
</style>
border-color css
<style>
span { border-color: #4BDD0D; }
span { border-color: rgb(75,221,13); }
td.TdClassName
{
border-color: #4BDD0D;
}
.TagClassName
{
border-color: #4BDD0D;
}
</style>