Shades of Kelly Green #4ABF20
Tints of Kelly Green #4ABF20
RGB
CMYK
RGB Variations
Color information
#4ABF20 (or 0x4ABF20) is known color: Kelly Green. HEX triplet: 4A, BF and 20. RGB value is (74,191,32). Sum of RGB (Red+Green+Blue) = 74+191+32=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABF20 is #B540DF. Grayscale: #8A8A8A. Windows color (decimal): -11878624 or 2146122. OLE color: 2146122.
HSL color Cylindrical-coordinate representation of color #4ABF20: hue angle of 104.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4ABF20 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 32 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.25 |
| HSL | 104.15º | 0.71% | 0.44% | - |
| HSV(B) | 104.15º | 0.83% | 0.75% | - |
| XYZ | 21.72 | 38.82 | 7.72 | - |
| YUV | 137.89 | 68.24 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 32 | 0.61 | 0 | 0.83 | 0.25 | 104.15 | 0.71 | 0.44 |
| Hex | 4A | BF | 20 | 3D | 0 | 53 | 19 | 68 | 47 | 2C |
| Octal | 112 | 277 | 40 | 75 | 0 | 123 | 31 | 150 | 107 | 54 |
| Binary | 1001010 | 10111111 | 100000 | 111101 | 0 | 1010011 | 11001 | 1101000 | 1000111 | 101100 |
Color Harmonies of #4ABF20
Complementary color
Monochromatic Colors of #4ABF20
Black with #4ABF20
Text Example
Text Example
White with #4ABF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF20; }
p { color: rgb(74,191,32); }
H1.HeaderClassName
{
color: #4ABF20;
}
.AnyTagClassName
{
color: #4ABF20;
}
</style>
background-color css
<style>
a { background-color: #4ABF20; }
a { background-color: rgb(74,191,32); }
div.DivClassName
{
background-color: #4ABF20;
}
.BgClassName
{
background-color: #4ABF20;
}
</style>
border-color css
<style>
span { border-color: #4ABF20; }
span { border-color: rgb(74,191,32); }
td.TdClassName
{
border-color: #4ABF20;
}
.TagClassName
{
border-color: #4ABF20;
}
</style>