Shades of Kelly Green #4AB80E
Tints of Kelly Green #4AB80E
RGB
CMYK
RGB Variations
Color information
#4AB80E (or 0x4AB80E) is known color: Kelly Green. HEX triplet: 4A, B8 and 0E. RGB value is (74,184,14). Sum of RGB (Red+Green+Blue) = 74+184+14=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 184 (72.27% from 255 or 67.65% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB80E is #B547F1. Grayscale: #848484. Windows color (decimal): -11880434 or 964682. OLE color: 964682.
HSL color Cylindrical-coordinate representation of color #4AB80E: hue angle of 98.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AB80E is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 14 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.28 |
| HSL | 98.82º | 0.86% | 0.39% | - |
| HSV(B) | 98.82º | 0.92% | 0.72% | - |
| XYZ | 20.04 | 35.77 | 6.26 | - |
| YUV | 131.73 | 61.56 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 14 | 0.60 | 0 | 0.92 | 0.28 | 98.82 | 0.86 | 0.39 |
| Hex | 4A | B8 | E | 3C | 0 | 5C | 1C | 63 | 56 | 27 |
| Octal | 112 | 270 | 16 | 74 | 0 | 134 | 34 | 143 | 126 | 47 |
| Binary | 1001010 | 10111000 | 1110 | 111100 | 0 | 1011100 | 11100 | 1100011 | 1010110 | 100111 |
Color Harmonies of #4AB80E
Complementary color
Monochromatic Colors of #4AB80E
Black with #4AB80E
Text Example
Text Example
White with #4AB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB80E; }
p { color: rgb(74,184,14); }
H1.HeaderClassName
{
color: #4AB80E;
}
.AnyTagClassName
{
color: #4AB80E;
}
</style>
background-color css
<style>
a { background-color: #4AB80E; }
a { background-color: rgb(74,184,14); }
div.DivClassName
{
background-color: #4AB80E;
}
.BgClassName
{
background-color: #4AB80E;
}
</style>
border-color css
<style>
span { border-color: #4AB80E; }
span { border-color: rgb(74,184,14); }
td.TdClassName
{
border-color: #4AB80E;
}
.TagClassName
{
border-color: #4AB80E;
}
</style>