Shades of Green Yellow #ABF545
Tints of Green Yellow #ABF545
RGB
CMYK
RGB Variations
Color information
#ABF545 (or 0xABF545) is known color: Green Yellow. HEX triplet: AB, F5 and 45. RGB value is (171,245,69). Sum of RGB (Red+Green+Blue) = 171+245+69=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF545 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF545 is #540ABA. Grayscale: #CBCBCB. Windows color (decimal): -5507771 or 4584875. OLE color: 4584875.
HSL color Cylindrical-coordinate representation of color #ABF545: hue angle of 85.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABF545 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 69 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.04 |
| HSL | 85.23º | 0.9% | 0.62% | - |
| HSV(B) | 85.23º | 0.72% | 0.96% | - |
| XYZ | 50.52 | 74.39 | 17.33 | - |
| YUV | 202.81 | 52.48 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 69 | 0.30 | 0 | 0.72 | 0.04 | 85.23 | 0.9 | 0.62 |
| Hex | AB | F5 | 45 | 1E | 0 | 48 | 4 | 55 | 5A | 3E |
| Octal | 253 | 365 | 105 | 36 | 0 | 110 | 4 | 125 | 132 | 76 |
| Binary | 10101011 | 11110101 | 1000101 | 11110 | 0 | 1001000 | 100 | 1010101 | 1011010 | 111110 |
Color Harmonies of #ABF545
Complementary color
Monochromatic Colors of #ABF545
Black with #ABF545
Text Example
Text Example
White with #ABF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF545; }
p { color: rgb(171,245,69); }
H1.HeaderClassName
{
color: #ABF545;
}
.AnyTagClassName
{
color: #ABF545;
}
</style>
background-color css
<style>
a { background-color: #ABF545; }
a { background-color: rgb(171,245,69); }
div.DivClassName
{
background-color: #ABF545;
}
.BgClassName
{
background-color: #ABF545;
}
</style>
border-color css
<style>
span { border-color: #ABF545; }
span { border-color: rgb(171,245,69); }
td.TdClassName
{
border-color: #ABF545;
}
.TagClassName
{
border-color: #ABF545;
}
</style>