Shades of Green Yellow #ABFE45
Tints of Green Yellow #ABFE45
RGB
CMYK
RGB Variations
Color information
#ABFE45 (or 0xABFE45) is known color: Green Yellow. HEX triplet: AB, FE and 45. RGB value is (171,254,69). Sum of RGB (Red+Green+Blue) = 171+254+69=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE45 is #5401BA. Grayscale: #D0D0D0. Windows color (decimal): -5505467 or 4587179. OLE color: 4587179.
HSL color Cylindrical-coordinate representation of color #ABFE45: hue angle of 86.92º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABFE45 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 69 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.00 |
| HSL | 86.92º | 0.99% | 0.63% | - |
| HSV(B) | 86.92º | 0.73% | 1% | - |
| XYZ | 53.31 | 79.97 | 18.26 | - |
| YUV | 208.09 | 49.5 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 69 | 0.33 | 0 | 0.73 | 0.00 | 86.92 | 0.99 | 0.63 |
| Hex | AB | FE | 45 | 21 | 0 | 49 | 0 | 57 | 63 | 3F |
| Octal | 253 | 376 | 105 | 41 | 0 | 111 | 0 | 127 | 143 | 77 |
| Binary | 10101011 | 11111110 | 1000101 | 100001 | 0 | 1001001 | 0 | 1010111 | 1100011 | 111111 |
Color Harmonies of #ABFE45
Complementary color
Monochromatic Colors of #ABFE45
Black with #ABFE45
Text Example
Text Example
White with #ABFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE45; }
p { color: rgb(171,254,69); }
H1.HeaderClassName
{
color: #ABFE45;
}
.AnyTagClassName
{
color: #ABFE45;
}
</style>
background-color css
<style>
a { background-color: #ABFE45; }
a { background-color: rgb(171,254,69); }
div.DivClassName
{
background-color: #ABFE45;
}
.BgClassName
{
background-color: #ABFE45;
}
</style>
border-color css
<style>
span { border-color: #ABFE45; }
span { border-color: rgb(171,254,69); }
td.TdClassName
{
border-color: #ABFE45;
}
.TagClassName
{
border-color: #ABFE45;
}
</style>