Shades of Green Yellow #ABF535
Tints of Green Yellow #ABF535
RGB
CMYK
RGB Variations
Color information
#ABF535 (or 0xABF535) is known color: Green Yellow. HEX triplet: AB, F5 and 35. RGB value is (171,245,53). Sum of RGB (Red+Green+Blue) = 171+245+53=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF535 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF535 is #540ACA. Grayscale: #C9C9C9. Windows color (decimal): -5507787 or 3536299. OLE color: 3536299.
HSL color Cylindrical-coordinate representation of color #ABF535: hue angle of 83.13º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABF535 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 53 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.04 |
| HSL | 83.13º | 0.91% | 0.58% | - |
| HSV(B) | 83.13º | 0.78% | 0.96% | - |
| XYZ | 50.09 | 74.22 | 15.05 | - |
| YUV | 200.99 | 44.48 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 53 | 0.30 | 0 | 0.78 | 0.04 | 83.13 | 0.91 | 0.58 |
| Hex | AB | F5 | 35 | 1E | 0 | 4E | 4 | 53 | 5B | 3A |
| Octal | 253 | 365 | 65 | 36 | 0 | 116 | 4 | 123 | 133 | 72 |
| Binary | 10101011 | 11110101 | 110101 | 11110 | 0 | 1001110 | 100 | 1010011 | 1011011 | 111010 |
Color Harmonies of #ABF535
Complementary color
Monochromatic Colors of #ABF535
Black with #ABF535
Text Example
Text Example
White with #ABF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF535; }
p { color: rgb(171,245,53); }
H1.HeaderClassName
{
color: #ABF535;
}
.AnyTagClassName
{
color: #ABF535;
}
</style>
background-color css
<style>
a { background-color: #ABF535; }
a { background-color: rgb(171,245,53); }
div.DivClassName
{
background-color: #ABF535;
}
.BgClassName
{
background-color: #ABF535;
}
</style>
border-color css
<style>
span { border-color: #ABF535; }
span { border-color: rgb(171,245,53); }
td.TdClassName
{
border-color: #ABF535;
}
.TagClassName
{
border-color: #ABF535;
}
</style>