Shades of Kelly Green #4ABD0D
Tints of Kelly Green #4ABD0D
RGB
CMYK
RGB Variations
Color information
#4ABD0D (or 0x4ABD0D) is known color: Kelly Green. HEX triplet: 4A, BD and 0D. RGB value is (74,189,13). Sum of RGB (Red+Green+Blue) = 74+189+13=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 189 (74.22% from 255 or 68.48% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABD0D is #B542F2. Grayscale: #878787. Windows color (decimal): -11879155 or 900426. OLE color: 900426.
HSL color Cylindrical-coordinate representation of color #4ABD0D: hue angle of 99.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ABD0D is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 13 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.26 |
| HSL | 99.2º | 0.87% | 0.4% | - |
| HSV(B) | 99.2º | 0.93% | 0.74% | - |
| XYZ | 21.09 | 37.88 | 6.58 | - |
| YUV | 134.55 | 59.4 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 13 | 0.61 | 0 | 0.93 | 0.26 | 99.2 | 0.87 | 0.4 |
| Hex | 4A | BD | D | 3D | 0 | 5D | 1A | 63 | 57 | 28 |
| Octal | 112 | 275 | 15 | 75 | 0 | 135 | 32 | 143 | 127 | 50 |
| Binary | 1001010 | 10111101 | 1101 | 111101 | 0 | 1011101 | 11010 | 1100011 | 1010111 | 101000 |
Color Harmonies of #4ABD0D
Complementary color
Monochromatic Colors of #4ABD0D
Black with #4ABD0D
Text Example
Text Example
White with #4ABD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD0D; }
p { color: rgb(74,189,13); }
H1.HeaderClassName
{
color: #4ABD0D;
}
.AnyTagClassName
{
color: #4ABD0D;
}
</style>
background-color css
<style>
a { background-color: #4ABD0D; }
a { background-color: rgb(74,189,13); }
div.DivClassName
{
background-color: #4ABD0D;
}
.BgClassName
{
background-color: #4ABD0D;
}
</style>
border-color css
<style>
span { border-color: #4ABD0D; }
span { border-color: rgb(74,189,13); }
td.TdClassName
{
border-color: #4ABD0D;
}
.TagClassName
{
border-color: #4ABD0D;
}
</style>