Shades of Kelly Green #4ABF10
Tints of Kelly Green #4ABF10
RGB
CMYK
RGB Variations
Color information
#4ABF10 (or 0x4ABF10) is known color: Kelly Green. HEX triplet: 4A, BF and 10. RGB value is (74,191,16). Sum of RGB (Red+Green+Blue) = 74+191+16=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 191 (75% from 255 or 67.97% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABF10 is #B540EF. Grayscale: #888888. Windows color (decimal): -11878640 or 1097546. OLE color: 1097546.
HSL color Cylindrical-coordinate representation of color #4ABF10: hue angle of 100.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ABF10 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 191 | 16 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.25 |
| HSL | 100.11º | 0.85% | 0.41% | - |
| HSV(B) | 100.11º | 0.92% | 0.75% | - |
| XYZ | 21.55 | 38.75 | 6.83 | - |
| YUV | 136.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 16 | 0.61 | 0 | 0.92 | 0.25 | 100.11 | 0.85 | 0.41 |
| Hex | 4A | BF | 10 | 3D | 0 | 5C | 19 | 64 | 55 | 29 |
| Octal | 112 | 277 | 20 | 75 | 0 | 134 | 31 | 144 | 125 | 51 |
| Binary | 1001010 | 10111111 | 10000 | 111101 | 0 | 1011100 | 11001 | 1100100 | 1010101 | 101001 |
Color Harmonies of #4ABF10
Complementary color
Monochromatic Colors of #4ABF10
Black with #4ABF10
Text Example
Text Example
White with #4ABF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABF10; }
p { color: rgb(74,191,16); }
H1.HeaderClassName
{
color: #4ABF10;
}
.AnyTagClassName
{
color: #4ABF10;
}
</style>
background-color css
<style>
a { background-color: #4ABF10; }
a { background-color: rgb(74,191,16); }
div.DivClassName
{
background-color: #4ABF10;
}
.BgClassName
{
background-color: #4ABF10;
}
</style>
border-color css
<style>
span { border-color: #4ABF10; }
span { border-color: rgb(74,191,16); }
td.TdClassName
{
border-color: #4ABF10;
}
.TagClassName
{
border-color: #4ABF10;
}
</style>