Shades of Kelly Green #4AB40F
Tints of Kelly Green #4AB40F
RGB
CMYK
RGB Variations
Color information
#4AB40F (or 0x4AB40F) is known color: Kelly Green. HEX triplet: 4A, B4 and 0F. RGB value is (74,180,15). Sum of RGB (Red+Green+Blue) = 74+180+15=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB40F is #B54BF0. Grayscale: #828282. Windows color (decimal): -11881457 or 1029194. OLE color: 1029194.
HSL color Cylindrical-coordinate representation of color #4AB40F: hue angle of 98.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AB40F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 15 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.29 |
| HSL | 98.55º | 0.85% | 0.38% | - |
| HSV(B) | 98.55º | 0.92% | 0.71% | - |
| XYZ | 19.23 | 34.13 | 6.03 | - |
| YUV | 129.5 | 63.38 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 15 | 0.59 | 0 | 0.92 | 0.29 | 98.55 | 0.85 | 0.38 |
| Hex | 4A | B4 | F | 3B | 0 | 5C | 1D | 63 | 55 | 26 |
| Octal | 112 | 264 | 17 | 73 | 0 | 134 | 35 | 143 | 125 | 46 |
| Binary | 1001010 | 10110100 | 1111 | 111011 | 0 | 1011100 | 11101 | 1100011 | 1010101 | 100110 |
Color Harmonies of #4AB40F
Complementary color
Monochromatic Colors of #4AB40F
Black with #4AB40F
Text Example
Text Example
White with #4AB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB40F; }
p { color: rgb(74,180,15); }
H1.HeaderClassName
{
color: #4AB40F;
}
.AnyTagClassName
{
color: #4AB40F;
}
</style>
background-color css
<style>
a { background-color: #4AB40F; }
a { background-color: rgb(74,180,15); }
div.DivClassName
{
background-color: #4AB40F;
}
.BgClassName
{
background-color: #4AB40F;
}
</style>
border-color css
<style>
span { border-color: #4AB40F; }
span { border-color: rgb(74,180,15); }
td.TdClassName
{
border-color: #4AB40F;
}
.TagClassName
{
border-color: #4AB40F;
}
</style>