Shades of Yellow Green #ABCF31
Tints of Yellow Green #ABCF31
RGB
CMYK
RGB Variations
Color information
#ABCF31 (or 0xABCF31) is known color: Yellow Green. HEX triplet: AB, CF and 31. RGB value is (171,207,49). Sum of RGB (Red+Green+Blue) = 171+207+49=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF31 is #5430CE. Grayscale: #B2B2B2. Windows color (decimal): -5517519 or 3264427. OLE color: 3264427.
HSL color Cylindrical-coordinate representation of color #ABCF31: hue angle of 73.67º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABCF31 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 49 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.19 |
| HSL | 73.67º | 0.62% | 0.5% | - |
| HSV(B) | 73.67º | 0.76% | 0.81% | - |
| XYZ | 39.66 | 53.51 | 11.14 | - |
| YUV | 178.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 49 | 0.17 | 0 | 0.76 | 0.19 | 73.67 | 0.62 | 0.5 |
| Hex | AB | CF | 31 | 11 | 0 | 4C | 13 | 4A | 3E | 32 |
| Octal | 253 | 317 | 61 | 21 | 0 | 114 | 23 | 112 | 76 | 62 |
| Binary | 10101011 | 11001111 | 110001 | 10001 | 0 | 1001100 | 10011 | 1001010 | 111110 | 110010 |
Color Harmonies of #ABCF31
Complementary color
Monochromatic Colors of #ABCF31
Black with #ABCF31
Text Example
Text Example
White with #ABCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF31; }
p { color: rgb(171,207,49); }
H1.HeaderClassName
{
color: #ABCF31;
}
.AnyTagClassName
{
color: #ABCF31;
}
</style>
background-color css
<style>
a { background-color: #ABCF31; }
a { background-color: rgb(171,207,49); }
div.DivClassName
{
background-color: #ABCF31;
}
.BgClassName
{
background-color: #ABCF31;
}
</style>
border-color css
<style>
span { border-color: #ABCF31; }
span { border-color: rgb(171,207,49); }
td.TdClassName
{
border-color: #ABCF31;
}
.TagClassName
{
border-color: #ABCF31;
}
</style>