Shades of Yellow Green #ABC532
Tints of Yellow Green #ABC532
RGB
CMYK
RGB Variations
Color information
#ABC532 (or 0xABC532) is known color: Yellow Green. HEX triplet: AB, C5 and 32. RGB value is (171,197,50). Sum of RGB (Red+Green+Blue) = 171+197+50=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC532 is #543ACD. Grayscale: #ADADAD. Windows color (decimal): -5520078 or 3327403. OLE color: 3327403.
HSL color Cylindrical-coordinate representation of color #ABC532: hue angle of 70.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABC532 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 50 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.23 |
| HSL | 70.61º | 0.6% | 0.48% | - |
| HSV(B) | 70.61º | 0.75% | 0.77% | - |
| XYZ | 37.34 | 48.82 | 10.47 | - |
| YUV | 172.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 50 | 0.13 | 0 | 0.75 | 0.23 | 70.61 | 0.6 | 0.48 |
| Hex | AB | C5 | 32 | D | 0 | 4B | 17 | 47 | 3C | 30 |
| Octal | 253 | 305 | 62 | 15 | 0 | 113 | 27 | 107 | 74 | 60 |
| Binary | 10101011 | 11000101 | 110010 | 1101 | 0 | 1001011 | 10111 | 1000111 | 111100 | 110000 |
Color Harmonies of #ABC532
Complementary color
Monochromatic Colors of #ABC532
Black with #ABC532
Text Example
Text Example
White with #ABC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC532; }
p { color: rgb(171,197,50); }
H1.HeaderClassName
{
color: #ABC532;
}
.AnyTagClassName
{
color: #ABC532;
}
</style>
background-color css
<style>
a { background-color: #ABC532; }
a { background-color: rgb(171,197,50); }
div.DivClassName
{
background-color: #ABC532;
}
.BgClassName
{
background-color: #ABC532;
}
</style>
border-color css
<style>
span { border-color: #ABC532; }
span { border-color: rgb(171,197,50); }
td.TdClassName
{
border-color: #ABC532;
}
.TagClassName
{
border-color: #ABC532;
}
</style>