Shades of Kelly Green #4BDD15
Tints of Kelly Green #4BDD15
RGB
CMYK
RGB Variations
Color information
#4BDD15 (or 0x4BDD15) is known color: Kelly Green. HEX triplet: 4B, DD and 15. RGB value is (75,221,21). Sum of RGB (Red+Green+Blue) = 75+221+21=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDD15 is #B422EA. Grayscale: #9B9B9B. Windows color (decimal): -11805419 or 1432907. OLE color: 1432907.
HSL color Cylindrical-coordinate representation of color #4BDD15: hue angle of 103.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BDD15 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 21 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.13 |
| HSL | 103.8º | 0.83% | 0.47% | - |
| HSV(B) | 103.8º | 0.9% | 0.87% | - |
| XYZ | 28.89 | 53.26 | 9.47 | - |
| YUV | 154.55 | 52.63 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 21 | 0.66 | 0 | 0.90 | 0.13 | 103.8 | 0.83 | 0.47 |
| Hex | 4B | DD | 15 | 42 | 0 | 5A | D | 68 | 53 | 2F |
| Octal | 113 | 335 | 25 | 102 | 0 | 132 | 15 | 150 | 123 | 57 |
| Binary | 1001011 | 11011101 | 10101 | 1000010 | 0 | 1011010 | 1101 | 1101000 | 1010011 | 101111 |
Color Harmonies of #4BDD15
Complementary color
Monochromatic Colors of #4BDD15
Black with #4BDD15
Text Example
Text Example
White with #4BDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD15; }
p { color: rgb(75,221,21); }
H1.HeaderClassName
{
color: #4BDD15;
}
.AnyTagClassName
{
color: #4BDD15;
}
</style>
background-color css
<style>
a { background-color: #4BDD15; }
a { background-color: rgb(75,221,21); }
div.DivClassName
{
background-color: #4BDD15;
}
.BgClassName
{
background-color: #4BDD15;
}
</style>
border-color css
<style>
span { border-color: #4BDD15; }
span { border-color: rgb(75,221,21); }
td.TdClassName
{
border-color: #4BDD15;
}
.TagClassName
{
border-color: #4BDD15;
}
</style>