Shades of Green Yellow #ABFB2B
Tints of Green Yellow #ABFB2B
RGB
CMYK
RGB Variations
Color information
#ABFB2B (or 0xABFB2B) is known color: Green Yellow. HEX triplet: AB, FB and 2B. RGB value is (171,251,43). Sum of RGB (Red+Green+Blue) = 171+251+43=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFB2B is #5404D4. Grayscale: #CCCCCC. Windows color (decimal): -5506261 or 2882475. OLE color: 2882475.
HSL color Cylindrical-coordinate representation of color #ABFB2B: hue angle of 83.08º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABFB2B is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 43 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.02 |
| HSL | 83.08º | 0.96% | 0.58% | - |
| HSV(B) | 83.08º | 0.83% | 0.98% | - |
| XYZ | 51.73 | 77.83 | 14.58 | - |
| YUV | 203.37 | 37.5 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 43 | 0.32 | 0 | 0.83 | 0.02 | 83.08 | 0.96 | 0.58 |
| Hex | AB | FB | 2B | 20 | 0 | 53 | 2 | 53 | 60 | 3A |
| Octal | 253 | 373 | 53 | 40 | 0 | 123 | 2 | 123 | 140 | 72 |
| Binary | 10101011 | 11111011 | 101011 | 100000 | 0 | 1010011 | 10 | 1010011 | 1100000 | 111010 |
Color Harmonies of #ABFB2B
Complementary color
Monochromatic Colors of #ABFB2B
Black with #ABFB2B
Text Example
Text Example
White with #ABFB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB2B; }
p { color: rgb(171,251,43); }
H1.HeaderClassName
{
color: #ABFB2B;
}
.AnyTagClassName
{
color: #ABFB2B;
}
</style>
background-color css
<style>
a { background-color: #ABFB2B; }
a { background-color: rgb(171,251,43); }
div.DivClassName
{
background-color: #ABFB2B;
}
.BgClassName
{
background-color: #ABFB2B;
}
</style>
border-color css
<style>
span { border-color: #ABFB2B; }
span { border-color: rgb(171,251,43); }
td.TdClassName
{
border-color: #ABFB2B;
}
.TagClassName
{
border-color: #ABFB2B;
}
</style>