Shades of Yellow Green #ABCD2D
Tints of Yellow Green #ABCD2D
RGB
CMYK
RGB Variations
Color information
#ABCD2D (or 0xABCD2D) is known color: Yellow Green. HEX triplet: AB, CD and 2D. RGB value is (171,205,45). Sum of RGB (Red+Green+Blue) = 171+205+45=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD2D is #5432D2. Grayscale: #B1B1B1. Windows color (decimal): -5518035 or 3001771. OLE color: 3001771.
HSL color Cylindrical-coordinate representation of color #ABCD2D: hue angle of 72.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABCD2D is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 45 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.20 |
| HSL | 72.75º | 0.64% | 0.49% | - |
| HSV(B) | 72.75º | 0.78% | 0.8% | - |
| XYZ | 39.1 | 52.51 | 10.56 | - |
| YUV | 176.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 45 | 0.17 | 0 | 0.78 | 0.20 | 72.75 | 0.64 | 0.49 |
| Hex | AB | CD | 2D | 11 | 0 | 4E | 14 | 49 | 40 | 31 |
| Octal | 253 | 315 | 55 | 21 | 0 | 116 | 24 | 111 | 100 | 61 |
| Binary | 10101011 | 11001101 | 101101 | 10001 | 0 | 1001110 | 10100 | 1001001 | 1000000 | 110001 |
Color Harmonies of #ABCD2D
Complementary color
Monochromatic Colors of #ABCD2D
Black with #ABCD2D
Text Example
Text Example
White with #ABCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD2D; }
p { color: rgb(171,205,45); }
H1.HeaderClassName
{
color: #ABCD2D;
}
.AnyTagClassName
{
color: #ABCD2D;
}
</style>
background-color css
<style>
a { background-color: #ABCD2D; }
a { background-color: rgb(171,205,45); }
div.DivClassName
{
background-color: #ABCD2D;
}
.BgClassName
{
background-color: #ABCD2D;
}
</style>
border-color css
<style>
span { border-color: #ABCD2D; }
span { border-color: rgb(171,205,45); }
td.TdClassName
{
border-color: #ABCD2D;
}
.TagClassName
{
border-color: #ABCD2D;
}
</style>