Shades of Kelly Green #4DD515
Tints of Kelly Green #4DD515
RGB
CMYK
RGB Variations
Color information
#4DD515 (or 0x4DD515) is known color: Kelly Green. HEX triplet: 4D, D5 and 15. RGB value is (77,213,21). Sum of RGB (Red+Green+Blue) = 77+213+21=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD515 is #B22AEA. Grayscale: #979797. Windows color (decimal): -11676395 or 1430861. OLE color: 1430861.
HSL color Cylindrical-coordinate representation of color #4DD515: hue angle of 102.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DD515 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 21 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.16 |
| HSL | 102.5º | 0.82% | 0.46% | - |
| HSV(B) | 102.5º | 0.9% | 0.84% | - |
| XYZ | 26.99 | 49.22 | 8.79 | - |
| YUV | 150.45 | 54.94 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 21 | 0.64 | 0 | 0.90 | 0.16 | 102.5 | 0.82 | 0.46 |
| Hex | 4D | D5 | 15 | 40 | 0 | 5A | 10 | 66 | 52 | 2E |
| Octal | 115 | 325 | 25 | 100 | 0 | 132 | 20 | 146 | 122 | 56 |
| Binary | 1001101 | 11010101 | 10101 | 1000000 | 0 | 1011010 | 10000 | 1100110 | 1010010 | 101110 |
Color Harmonies of #4DD515
Complementary color
Monochromatic Colors of #4DD515
Black with #4DD515
Text Example
Text Example
White with #4DD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD515; }
p { color: rgb(77,213,21); }
H1.HeaderClassName
{
color: #4DD515;
}
.AnyTagClassName
{
color: #4DD515;
}
</style>
background-color css
<style>
a { background-color: #4DD515; }
a { background-color: rgb(77,213,21); }
div.DivClassName
{
background-color: #4DD515;
}
.BgClassName
{
background-color: #4DD515;
}
</style>
border-color css
<style>
span { border-color: #4DD515; }
span { border-color: rgb(77,213,21); }
td.TdClassName
{
border-color: #4DD515;
}
.TagClassName
{
border-color: #4DD515;
}
</style>