Shades of Green Yellow #ABFE2D
Tints of Green Yellow #ABFE2D
RGB
CMYK
RGB Variations
Color information
#ABFE2D (or 0xABFE2D) is known color: Green Yellow. HEX triplet: AB, FE and 2D. RGB value is (171,254,45). Sum of RGB (Red+Green+Blue) = 171+254+45=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE2D is #5401D2. Grayscale: #CECECE. Windows color (decimal): -5505491 or 3014315. OLE color: 3014315.
HSL color Cylindrical-coordinate representation of color #ABFE2D: hue angle of 83.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABFE2D is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 45 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.00 |
| HSL | 83.83º | 0.99% | 0.59% | - |
| HSV(B) | 83.83º | 0.82% | 1% | - |
| XYZ | 52.71 | 79.73 | 15.09 | - |
| YUV | 205.36 | 37.5 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 45 | 0.33 | 0 | 0.82 | 0.00 | 83.83 | 0.99 | 0.59 |
| Hex | AB | FE | 2D | 21 | 0 | 52 | 0 | 54 | 63 | 3B |
| Octal | 253 | 376 | 55 | 41 | 0 | 122 | 0 | 124 | 143 | 73 |
| Binary | 10101011 | 11111110 | 101101 | 100001 | 0 | 1010010 | 0 | 1010100 | 1100011 | 111011 |
Color Harmonies of #ABFE2D
Complementary color
Monochromatic Colors of #ABFE2D
Black with #ABFE2D
Text Example
Text Example
White with #ABFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE2D; }
p { color: rgb(171,254,45); }
H1.HeaderClassName
{
color: #ABFE2D;
}
.AnyTagClassName
{
color: #ABFE2D;
}
</style>
background-color css
<style>
a { background-color: #ABFE2D; }
a { background-color: rgb(171,254,45); }
div.DivClassName
{
background-color: #ABFE2D;
}
.BgClassName
{
background-color: #ABFE2D;
}
</style>
border-color css
<style>
span { border-color: #ABFE2D; }
span { border-color: rgb(171,254,45); }
td.TdClassName
{
border-color: #ABFE2D;
}
.TagClassName
{
border-color: #ABFE2D;
}
</style>