Shades of Kelly Green #4ABD13
Tints of Kelly Green #4ABD13
RGB
CMYK
RGB Variations
Color information
#4ABD13 (or 0x4ABD13) is known color: Kelly Green. HEX triplet: 4A, BD and 13. RGB value is (74,189,19). Sum of RGB (Red+Green+Blue) = 74+189+19=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 189 (74.22% from 255 or 67.02% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABD13 is #B542EC. Grayscale: #878787. Windows color (decimal): -11879149 or 1293642. OLE color: 1293642.
HSL color Cylindrical-coordinate representation of color #4ABD13: hue angle of 100.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ABD13 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 19 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.26 |
| HSL | 100.59º | 0.82% | 0.41% | - |
| HSV(B) | 100.59º | 0.9% | 0.74% | - |
| XYZ | 21.14 | 37.9 | 6.82 | - |
| YUV | 135.24 | 62.4 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 19 | 0.61 | 0 | 0.90 | 0.26 | 100.59 | 0.82 | 0.41 |
| Hex | 4A | BD | 13 | 3D | 0 | 5A | 1A | 65 | 52 | 29 |
| Octal | 112 | 275 | 23 | 75 | 0 | 132 | 32 | 145 | 122 | 51 |
| Binary | 1001010 | 10111101 | 10011 | 111101 | 0 | 1011010 | 11010 | 1100101 | 1010010 | 101001 |
Color Harmonies of #4ABD13
Complementary color
Monochromatic Colors of #4ABD13
Black with #4ABD13
Text Example
Text Example
White with #4ABD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD13; }
p { color: rgb(74,189,19); }
H1.HeaderClassName
{
color: #4ABD13;
}
.AnyTagClassName
{
color: #4ABD13;
}
</style>
background-color css
<style>
a { background-color: #4ABD13; }
a { background-color: rgb(74,189,19); }
div.DivClassName
{
background-color: #4ABD13;
}
.BgClassName
{
background-color: #4ABD13;
}
</style>
border-color css
<style>
span { border-color: #4ABD13; }
span { border-color: rgb(74,189,19); }
td.TdClassName
{
border-color: #4ABD13;
}
.TagClassName
{
border-color: #4ABD13;
}
</style>