Shades of Kelly Green #4BAD16
Tints of Kelly Green #4BAD16
RGB
CMYK
RGB Variations
Color information
#4BAD16 (or 0x4BAD16) is known color: Kelly Green. HEX triplet: 4B, AD and 16. RGB value is (75,173,22). Sum of RGB (Red+Green+Blue) = 75+173+22=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAD16 is #B452E9. Grayscale: #7E7E7E. Windows color (decimal): -11817706 or 1486155. OLE color: 1486155.
HSL color Cylindrical-coordinate representation of color #4BAD16: hue angle of 98.94º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4BAD16 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 22 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.32 |
| HSL | 98.94º | 0.77% | 0.38% | - |
| HSV(B) | 98.94º | 0.87% | 0.68% | - |
| XYZ | 17.99 | 31.44 | 5.88 | - |
| YUV | 126.48 | 69.03 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 22 | 0.57 | 0 | 0.87 | 0.32 | 98.94 | 0.77 | 0.38 |
| Hex | 4B | AD | 16 | 39 | 0 | 57 | 20 | 63 | 4D | 26 |
| Octal | 113 | 255 | 26 | 71 | 0 | 127 | 40 | 143 | 115 | 46 |
| Binary | 1001011 | 10101101 | 10110 | 111001 | 0 | 1010111 | 100000 | 1100011 | 1001101 | 100110 |
Color Harmonies of #4BAD16
Complementary color
Monochromatic Colors of #4BAD16
Black with #4BAD16
Text Example
Text Example
White with #4BAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD16; }
p { color: rgb(75,173,22); }
H1.HeaderClassName
{
color: #4BAD16;
}
.AnyTagClassName
{
color: #4BAD16;
}
</style>
background-color css
<style>
a { background-color: #4BAD16; }
a { background-color: rgb(75,173,22); }
div.DivClassName
{
background-color: #4BAD16;
}
.BgClassName
{
background-color: #4BAD16;
}
</style>
border-color css
<style>
span { border-color: #4BAD16; }
span { border-color: rgb(75,173,22); }
td.TdClassName
{
border-color: #4BAD16;
}
.TagClassName
{
border-color: #4BAD16;
}
</style>