Shades of Yellow Green #ADCB32
Tints of Yellow Green #ADCB32
RGB
CMYK
RGB Variations
Color information
#ADCB32 (or 0xADCB32) is known color: Yellow Green. HEX triplet: AD, CB and 32. RGB value is (173,203,50). Sum of RGB (Red+Green+Blue) = 173+203+50=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB32 is #5234CD. Grayscale: #B1B1B1. Windows color (decimal): -5387470 or 3328941. OLE color: 3328941.
HSL color Cylindrical-coordinate representation of color #ADCB32: hue angle of 71.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADCB32 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 50 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.20 |
| HSL | 71.76º | 0.6% | 0.5% | - |
| HSV(B) | 71.76º | 0.75% | 0.8% | - |
| XYZ | 39.17 | 51.83 | 10.96 | - |
| YUV | 176.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 50 | 0.15 | 0 | 0.75 | 0.20 | 71.76 | 0.6 | 0.5 |
| Hex | AD | CB | 32 | F | 0 | 4B | 14 | 48 | 3C | 32 |
| Octal | 255 | 313 | 62 | 17 | 0 | 113 | 24 | 110 | 74 | 62 |
| Binary | 10101101 | 11001011 | 110010 | 1111 | 0 | 1001011 | 10100 | 1001000 | 111100 | 110010 |
Color Harmonies of #ADCB32
Complementary color
Monochromatic Colors of #ADCB32
Black with #ADCB32
Text Example
Text Example
White with #ADCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB32; }
p { color: rgb(173,203,50); }
H1.HeaderClassName
{
color: #ADCB32;
}
.AnyTagClassName
{
color: #ADCB32;
}
</style>
background-color css
<style>
a { background-color: #ADCB32; }
a { background-color: rgb(173,203,50); }
div.DivClassName
{
background-color: #ADCB32;
}
.BgClassName
{
background-color: #ADCB32;
}
</style>
border-color css
<style>
span { border-color: #ADCB32; }
span { border-color: rgb(173,203,50); }
td.TdClassName
{
border-color: #ADCB32;
}
.TagClassName
{
border-color: #ADCB32;
}
</style>