Shades of Green Yellow #ABEB2B
Tints of Green Yellow #ABEB2B
RGB
CMYK
RGB Variations
Color information
#ABEB2B (or 0xABEB2B) is known color: Green Yellow. HEX triplet: AB, EB and 2B. RGB value is (171,235,43). Sum of RGB (Red+Green+Blue) = 171+235+43=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEB2B is #5414D4. Grayscale: #C2C2C2. Windows color (decimal): -5510357 or 2878379. OLE color: 2878379.
HSL color Cylindrical-coordinate representation of color #ABEB2B: hue angle of 80º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABEB2B is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 43 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.08 |
| HSL | 80º | 0.83% | 0.55% | - |
| HSV(B) | 80º | 0.82% | 0.92% | - |
| XYZ | 46.94 | 68.25 | 12.98 | - |
| YUV | 193.98 | 42.8 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 43 | 0.27 | 0 | 0.82 | 0.08 | 80 | 0.83 | 0.55 |
| Hex | AB | EB | 2B | 1B | 0 | 52 | 8 | 50 | 53 | 37 |
| Octal | 253 | 353 | 53 | 33 | 0 | 122 | 10 | 120 | 123 | 67 |
| Binary | 10101011 | 11101011 | 101011 | 11011 | 0 | 1010010 | 1000 | 1010000 | 1010011 | 110111 |
Color Harmonies of #ABEB2B
Complementary color
Monochromatic Colors of #ABEB2B
Black with #ABEB2B
Text Example
Text Example
White with #ABEB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB2B; }
p { color: rgb(171,235,43); }
H1.HeaderClassName
{
color: #ABEB2B;
}
.AnyTagClassName
{
color: #ABEB2B;
}
</style>
background-color css
<style>
a { background-color: #ABEB2B; }
a { background-color: rgb(171,235,43); }
div.DivClassName
{
background-color: #ABEB2B;
}
.BgClassName
{
background-color: #ABEB2B;
}
</style>
border-color css
<style>
span { border-color: #ABEB2B; }
span { border-color: rgb(171,235,43); }
td.TdClassName
{
border-color: #ABEB2B;
}
.TagClassName
{
border-color: #ABEB2B;
}
</style>