Shades of Yellow Green #ABCD30
Tints of Yellow Green #ABCD30
RGB
CMYK
RGB Variations
Color information
#ABCD30 (or 0xABCD30) is known color: Yellow Green. HEX triplet: AB, CD and 30. RGB value is (171,205,48). Sum of RGB (Red+Green+Blue) = 171+205+48=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD30 is #5432CF. Grayscale: #B1B1B1. Windows color (decimal): -5518032 or 3198379. OLE color: 3198379.
HSL color Cylindrical-coordinate representation of color #ABCD30: hue angle of 72.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABCD30 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 48 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.20 |
| HSL | 72.99º | 0.62% | 0.5% | - |
| HSV(B) | 72.99º | 0.77% | 0.8% | - |
| XYZ | 39.16 | 52.53 | 10.87 | - |
| YUV | 176.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 48 | 0.17 | 0 | 0.77 | 0.20 | 72.99 | 0.62 | 0.5 |
| Hex | AB | CD | 30 | 11 | 0 | 4D | 14 | 49 | 3E | 32 |
| Octal | 253 | 315 | 60 | 21 | 0 | 115 | 24 | 111 | 76 | 62 |
| Binary | 10101011 | 11001101 | 110000 | 10001 | 0 | 1001101 | 10100 | 1001001 | 111110 | 110010 |
Color Harmonies of #ABCD30
Complementary color
Monochromatic Colors of #ABCD30
Black with #ABCD30
Text Example
Text Example
White with #ABCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD30; }
p { color: rgb(171,205,48); }
H1.HeaderClassName
{
color: #ABCD30;
}
.AnyTagClassName
{
color: #ABCD30;
}
</style>
background-color css
<style>
a { background-color: #ABCD30; }
a { background-color: rgb(171,205,48); }
div.DivClassName
{
background-color: #ABCD30;
}
.BgClassName
{
background-color: #ABCD30;
}
</style>
border-color css
<style>
span { border-color: #ABCD30; }
span { border-color: rgb(171,205,48); }
td.TdClassName
{
border-color: #ABCD30;
}
.TagClassName
{
border-color: #ABCD30;
}
</style>