Shades of Kelly Green #4ABF00
Tints of Kelly Green #4ABF00
RGB
CMYK
RGB Variations
Color information
#4ABF00 (or 0x4ABF00) is known color: Kelly Green. HEX triplet: 4A, BF and 00. RGB value is (74,191,0). Sum of RGB (Red+Green+Blue) = 74+191+0=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABF00 is #B540FF. Grayscale: #868686. Windows color (decimal): -11878656 or 48970. OLE color: 48970.
HSL color Cylindrical-coordinate representation of color #4ABF00: hue angle of 96.75º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4ABF00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.25 |
| HSL | 96.75º | 1% | 0.37% | - |
| HSV(B) | 96.75º | 1% | 0.75% | - |
| XYZ | 21.45 | 38.72 | 6.34 | - |
| YUV | 134.24 | 52.24 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 0 | 0.61 | 0 | 1 | 0.25 | 96.75 | 1 | 0.37 |
| Hex | 4A | BF | 0 | 3D | 0 | 64 | 19 | 61 | 64 | 25 |
| Octal | 112 | 277 | 0 | 75 | 0 | 144 | 31 | 141 | 144 | 45 |
| Binary | 1001010 | 10111111 | 0 | 111101 | 0 | 1100100 | 11001 | 1100001 | 1100100 | 100101 |
Color Harmonies of #4ABF00
Complementary color
Monochromatic Colors of #4ABF00
Black with #4ABF00
Text Example
Text Example
White with #4ABF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF00; }
p { color: rgb(74,191,0); }
H1.HeaderClassName
{
color: #4ABF00;
}
.AnyTagClassName
{
color: #4ABF00;
}
</style>
background-color css
<style>
a { background-color: #4ABF00; }
a { background-color: rgb(74,191,0); }
div.DivClassName
{
background-color: #4ABF00;
}
.BgClassName
{
background-color: #4ABF00;
}
</style>
border-color css
<style>
span { border-color: #4ABF00; }
span { border-color: rgb(74,191,0); }
td.TdClassName
{
border-color: #4ABF00;
}
.TagClassName
{
border-color: #4ABF00;
}
</style>