Shades of Yellow Green #ABCD31
Tints of Yellow Green #ABCD31
RGB
CMYK
RGB Variations
Color information
#ABCD31 (or 0xABCD31) is known color: Yellow Green. HEX triplet: AB, CD and 31. RGB value is (171,205,49). Sum of RGB (Red+Green+Blue) = 171+205+49=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD31 is #5432CE. Grayscale: #B1B1B1. Windows color (decimal): -5518031 or 3263915. OLE color: 3263915.
HSL color Cylindrical-coordinate representation of color #ABCD31: hue angle of 73.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABCD31 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 49 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.20 |
| HSL | 73.08º | 0.61% | 0.5% | - |
| HSV(B) | 73.08º | 0.76% | 0.8% | - |
| XYZ | 39.18 | 52.54 | 10.98 | - |
| YUV | 177.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 49 | 0.17 | 0 | 0.76 | 0.20 | 73.08 | 0.61 | 0.5 |
| Hex | AB | CD | 31 | 11 | 0 | 4C | 14 | 49 | 3D | 32 |
| Octal | 253 | 315 | 61 | 21 | 0 | 114 | 24 | 111 | 75 | 62 |
| Binary | 10101011 | 11001101 | 110001 | 10001 | 0 | 1001100 | 10100 | 1001001 | 111101 | 110010 |
Color Harmonies of #ABCD31
Complementary color
Monochromatic Colors of #ABCD31
Black with #ABCD31
Text Example
Text Example
White with #ABCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD31; }
p { color: rgb(171,205,49); }
H1.HeaderClassName
{
color: #ABCD31;
}
.AnyTagClassName
{
color: #ABCD31;
}
</style>
background-color css
<style>
a { background-color: #ABCD31; }
a { background-color: rgb(171,205,49); }
div.DivClassName
{
background-color: #ABCD31;
}
.BgClassName
{
background-color: #ABCD31;
}
</style>
border-color css
<style>
span { border-color: #ABCD31; }
span { border-color: rgb(171,205,49); }
td.TdClassName
{
border-color: #ABCD31;
}
.TagClassName
{
border-color: #ABCD31;
}
</style>