Shades of Green Yellow #ABEB2C
Tints of Green Yellow #ABEB2C
RGB
CMYK
RGB Variations
Color information
#ABEB2C (or 0xABEB2C) is known color: Green Yellow. HEX triplet: AB, EB and 2C. RGB value is (171,235,44). Sum of RGB (Red+Green+Blue) = 171+235+44=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEB2C is #5414D3. Grayscale: #C2C2C2. Windows color (decimal): -5510356 or 2943915. OLE color: 2943915.
HSL color Cylindrical-coordinate representation of color #ABEB2C: hue angle of 80.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABEB2C is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 44 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.08 |
| HSL | 80.1º | 0.83% | 0.55% | - |
| HSV(B) | 80.1º | 0.81% | 0.92% | - |
| XYZ | 46.96 | 68.26 | 13.08 | - |
| YUV | 194.09 | 43.3 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 44 | 0.27 | 0 | 0.81 | 0.08 | 80.1 | 0.83 | 0.55 |
| Hex | AB | EB | 2C | 1B | 0 | 51 | 8 | 50 | 53 | 37 |
| Octal | 253 | 353 | 54 | 33 | 0 | 121 | 10 | 120 | 123 | 67 |
| Binary | 10101011 | 11101011 | 101100 | 11011 | 0 | 1010001 | 1000 | 1010000 | 1010011 | 110111 |
Color Harmonies of #ABEB2C
Complementary color
Monochromatic Colors of #ABEB2C
Black with #ABEB2C
Text Example
Text Example
White with #ABEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB2C; }
p { color: rgb(171,235,44); }
H1.HeaderClassName
{
color: #ABEB2C;
}
.AnyTagClassName
{
color: #ABEB2C;
}
</style>
background-color css
<style>
a { background-color: #ABEB2C; }
a { background-color: rgb(171,235,44); }
div.DivClassName
{
background-color: #ABEB2C;
}
.BgClassName
{
background-color: #ABEB2C;
}
</style>
border-color css
<style>
span { border-color: #ABEB2C; }
span { border-color: rgb(171,235,44); }
td.TdClassName
{
border-color: #ABEB2C;
}
.TagClassName
{
border-color: #ABEB2C;
}
</style>