Shades of Kelly Green #4BD311
Tints of Kelly Green #4BD311
RGB
CMYK
RGB Variations
Color information
#4BD311 (or 0x4BD311) is known color: Kelly Green. HEX triplet: 4B, D3 and 11. RGB value is (75,211,17). Sum of RGB (Red+Green+Blue) = 75+211+17=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 211 (82.81% from 255 or 69.64% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 211 - color contains mainly: green. Hex color #4BD311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD311 is #B42CEE. Grayscale: #949494. Windows color (decimal): -11807983 or 1168203. OLE color: 1168203.
HSL color Cylindrical-coordinate representation of color #4BD311: hue angle of 102.06º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4BD311 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 211 | 17 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.17 |
| HSL | 102.06º | 0.85% | 0.45% | - |
| HSV(B) | 102.06º | 0.92% | 0.83% | - |
| XYZ | 26.3 | 48.12 | 8.43 | - |
| YUV | 148.22 | 53.94 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 211 | 17 | 0.64 | 0 | 0.92 | 0.17 | 102.06 | 0.85 | 0.45 |
| Hex | 4B | D3 | 11 | 40 | 0 | 5C | 11 | 66 | 55 | 2D |
| Octal | 113 | 323 | 21 | 100 | 0 | 134 | 21 | 146 | 125 | 55 |
| Binary | 1001011 | 11010011 | 10001 | 1000000 | 0 | 1011100 | 10001 | 1100110 | 1010101 | 101101 |
Color Harmonies of #4BD311
Complementary color
Monochromatic Colors of #4BD311
Black with #4BD311
Text Example
Text Example
White with #4BD311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD311; }
p { color: rgb(75,211,17); }
H1.HeaderClassName
{
color: #4BD311;
}
.AnyTagClassName
{
color: #4BD311;
}
</style>
background-color css
<style>
a { background-color: #4BD311; }
a { background-color: rgb(75,211,17); }
div.DivClassName
{
background-color: #4BD311;
}
.BgClassName
{
background-color: #4BD311;
}
</style>
border-color css
<style>
span { border-color: #4BD311; }
span { border-color: rgb(75,211,17); }
td.TdClassName
{
border-color: #4BD311;
}
.TagClassName
{
border-color: #4BD311;
}
</style>