Shades of Green Yellow #ABFF2D
Tints of Green Yellow #ABFF2D
RGB
CMYK
RGB Variations
Color information
#ABFF2D (or 0xABFF2D) is known color: Green Yellow. HEX triplet: AB, FF and 2D. RGB value is (171,255,45). Sum of RGB (Red+Green+Blue) = 171+255+45=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFF2D is #5400D2. Grayscale: #CECECE. Windows color (decimal): -5505235 or 3014571. OLE color: 3014571.
HSL color Cylindrical-coordinate representation of color #ABFF2D: hue angle of 84º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABFF2D is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 45 | - |
| CMYK | 0.33 | 0 | 0.82 | 0 |
| HSL | 84º | 1% | 0.59% | - |
| HSV(B) | 84º | 0.82% | 1% | - |
| XYZ | 53.03 | 80.37 | 15.2 | - |
| YUV | 205.94 | 37.17 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 45 | 0.33 | 0 | 0.82 | 0 | 84 | 1 | 0.59 |
| Hex | AB | FF | 2D | 21 | 0 | 52 | 0 | 54 | 64 | 3B |
| Octal | 253 | 377 | 55 | 41 | 0 | 122 | 0 | 124 | 144 | 73 |
| Binary | 10101011 | 11111111 | 101101 | 100001 | 0 | 1010010 | 0 | 1010100 | 1100100 | 111011 |
Color Harmonies of #ABFF2D
Complementary color
Monochromatic Colors of #ABFF2D
Black with #ABFF2D
Text Example
Text Example
White with #ABFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF2D; }
p { color: rgb(171,255,45); }
H1.HeaderClassName
{
color: #ABFF2D;
}
.AnyTagClassName
{
color: #ABFF2D;
}
</style>
background-color css
<style>
a { background-color: #ABFF2D; }
a { background-color: rgb(171,255,45); }
div.DivClassName
{
background-color: #ABFF2D;
}
.BgClassName
{
background-color: #ABFF2D;
}
</style>
border-color css
<style>
span { border-color: #ABFF2D; }
span { border-color: rgb(171,255,45); }
td.TdClassName
{
border-color: #ABFF2D;
}
.TagClassName
{
border-color: #ABFF2D;
}
</style>