Shades of Green Yellow #ABFF1F
Tints of Green Yellow #ABFF1F
RGB
CMYK
RGB Variations
Color information
#ABFF1F (or 0xABFF1F) is known color: Green Yellow. HEX triplet: AB, FF and 1F. RGB value is (171,255,31). Sum of RGB (Red+Green+Blue) = 171+255+31=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFF1F is #5400E0. Grayscale: #CDCDCD. Windows color (decimal): -5505249 or 2097067. OLE color: 2097067.
HSL color Cylindrical-coordinate representation of color #ABFF1F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABFF1F is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 31 | - |
| CMYK | 0.33 | 0 | 0.88 | 0 |
| HSL | 82.5º | 1% | 0.56% | - |
| HSV(B) | 82.5º | 0.88% | 1% | - |
| XYZ | 52.8 | 80.28 | 14.01 | - |
| YUV | 204.35 | 30.17 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 31 | 0.33 | 0 | 0.88 | 0 | 82.5 | 1 | 0.56 |
| Hex | AB | FF | 1F | 21 | 0 | 58 | 0 | 52 | 64 | 38 |
| Octal | 253 | 377 | 37 | 41 | 0 | 130 | 0 | 122 | 144 | 70 |
| Binary | 10101011 | 11111111 | 11111 | 100001 | 0 | 1011000 | 0 | 1010010 | 1100100 | 111000 |
Color Harmonies of #ABFF1F
Complementary color
Monochromatic Colors of #ABFF1F
Black with #ABFF1F
Text Example
Text Example
White with #ABFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF1F; }
p { color: rgb(171,255,31); }
H1.HeaderClassName
{
color: #ABFF1F;
}
.AnyTagClassName
{
color: #ABFF1F;
}
</style>
background-color css
<style>
a { background-color: #ABFF1F; }
a { background-color: rgb(171,255,31); }
div.DivClassName
{
background-color: #ABFF1F;
}
.BgClassName
{
background-color: #ABFF1F;
}
</style>
border-color css
<style>
span { border-color: #ABFF1F; }
span { border-color: rgb(171,255,31); }
td.TdClassName
{
border-color: #ABFF1F;
}
.TagClassName
{
border-color: #ABFF1F;
}
</style>