Shades of Yellow Green #ABC538
Tints of Yellow Green #ABC538
RGB
CMYK
RGB Variations
Color information
#ABC538 (or 0xABC538) is known color: Yellow Green. HEX triplet: AB, C5 and 38. RGB value is (171,197,56). Sum of RGB (Red+Green+Blue) = 171+197+56=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC538 is #543AC7. Grayscale: #ADADAD. Windows color (decimal): -5520072 or 3720619. OLE color: 3720619.
HSL color Cylindrical-coordinate representation of color #ABC538: hue angle of 71.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABC538 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 56 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.23 |
| HSL | 71.06º | 0.56% | 0.5% | - |
| HSV(B) | 71.06º | 0.72% | 0.77% | - |
| XYZ | 37.47 | 48.88 | 11.2 | - |
| YUV | 173.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 56 | 0.13 | 0 | 0.72 | 0.23 | 71.06 | 0.56 | 0.5 |
| Hex | AB | C5 | 38 | D | 0 | 48 | 17 | 47 | 38 | 32 |
| Octal | 253 | 305 | 70 | 15 | 0 | 110 | 27 | 107 | 70 | 62 |
| Binary | 10101011 | 11000101 | 111000 | 1101 | 0 | 1001000 | 10111 | 1000111 | 111000 | 110010 |
Color Harmonies of #ABC538
Complementary color
Monochromatic Colors of #ABC538
Black with #ABC538
Text Example
Text Example
White with #ABC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC538; }
p { color: rgb(171,197,56); }
H1.HeaderClassName
{
color: #ABC538;
}
.AnyTagClassName
{
color: #ABC538;
}
</style>
background-color css
<style>
a { background-color: #ABC538; }
a { background-color: rgb(171,197,56); }
div.DivClassName
{
background-color: #ABC538;
}
.BgClassName
{
background-color: #ABC538;
}
</style>
border-color css
<style>
span { border-color: #ABC538; }
span { border-color: rgb(171,197,56); }
td.TdClassName
{
border-color: #ABC538;
}
.TagClassName
{
border-color: #ABC538;
}
</style>