Shades of Kelly Green #4BD411
Tints of Kelly Green #4BD411
RGB
CMYK
RGB Variations
Color information
#4BD411 (or 0x4BD411) is known color: Kelly Green. HEX triplet: 4B, D4 and 11. RGB value is (75,212,17). Sum of RGB (Red+Green+Blue) = 75+212+17=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 212 (83.20% from 255 or 69.74% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BD411 is #B42BEE. Grayscale: #959595. Windows color (decimal): -11807727 or 1168459. OLE color: 1168459.
HSL color Cylindrical-coordinate representation of color #4BD411: hue angle of 102.15º 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 #4BD411 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 75 | 212 | 17 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.17 |
| HSL | 102.15º | 0.85% | 0.45% | - |
| HSV(B) | 102.15º | 0.92% | 0.83% | - |
| XYZ | 26.55 | 48.62 | 8.52 | - |
| YUV | 148.81 | 53.61 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 212 | 17 | 0.65 | 0 | 0.92 | 0.17 | 102.15 | 0.85 | 0.45 |
| Hex | 4B | D4 | 11 | 41 | 0 | 5C | 11 | 66 | 55 | 2D |
| Octal | 113 | 324 | 21 | 101 | 0 | 134 | 21 | 146 | 125 | 55 |
| Binary | 1001011 | 11010100 | 10001 | 1000001 | 0 | 1011100 | 10001 | 1100110 | 1010101 | 101101 |
Color Harmonies of #4BD411
Complementary color
Monochromatic Colors of #4BD411
Black with #4BD411
Text Example
Text Example
White with #4BD411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD411; }
p { color: rgb(75,212,17); }
H1.HeaderClassName
{
color: #4BD411;
}
.AnyTagClassName
{
color: #4BD411;
}
</style>
background-color css
<style>
a { background-color: #4BD411; }
a { background-color: rgb(75,212,17); }
div.DivClassName
{
background-color: #4BD411;
}
.BgClassName
{
background-color: #4BD411;
}
</style>
border-color css
<style>
span { border-color: #4BD411; }
span { border-color: rgb(75,212,17); }
td.TdClassName
{
border-color: #4BD411;
}
.TagClassName
{
border-color: #4BD411;
}
</style>