Shades of Kelly Green #4ABF14
Tints of Kelly Green #4ABF14
RGB
CMYK
RGB Variations
Color information
#4ABF14 (or 0x4ABF14) is known color: Kelly Green. HEX triplet: 4A, BF and 14. RGB value is (74,191,20). Sum of RGB (Red+Green+Blue) = 74+191+20=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABF14 is #B540EB. Grayscale: #898989. Windows color (decimal): -11878636 or 1359690. OLE color: 1359690.
HSL color Cylindrical-coordinate representation of color #4ABF14: hue angle of 101.05º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ABF14 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 20 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.25 |
| HSL | 101.05º | 0.81% | 0.41% | - |
| HSV(B) | 101.05º | 0.9% | 0.75% | - |
| XYZ | 21.58 | 38.77 | 7.01 | - |
| YUV | 136.52 | 62.24 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 20 | 0.61 | 0 | 0.90 | 0.25 | 101.05 | 0.81 | 0.41 |
| Hex | 4A | BF | 14 | 3D | 0 | 5A | 19 | 65 | 51 | 29 |
| Octal | 112 | 277 | 24 | 75 | 0 | 132 | 31 | 145 | 121 | 51 |
| Binary | 1001010 | 10111111 | 10100 | 111101 | 0 | 1011010 | 11001 | 1100101 | 1010001 | 101001 |
Color Harmonies of #4ABF14
Complementary color
Monochromatic Colors of #4ABF14
Black with #4ABF14
Text Example
Text Example
White with #4ABF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF14; }
p { color: rgb(74,191,20); }
H1.HeaderClassName
{
color: #4ABF14;
}
.AnyTagClassName
{
color: #4ABF14;
}
</style>
background-color css
<style>
a { background-color: #4ABF14; }
a { background-color: rgb(74,191,20); }
div.DivClassName
{
background-color: #4ABF14;
}
.BgClassName
{
background-color: #4ABF14;
}
</style>
border-color css
<style>
span { border-color: #4ABF14; }
span { border-color: rgb(74,191,20); }
td.TdClassName
{
border-color: #4ABF14;
}
.TagClassName
{
border-color: #4ABF14;
}
</style>