Shades of Yellow Green #ADCC33
Tints of Yellow Green #ADCC33
RGB
CMYK
RGB Variations
Color information
#ADCC33 (or 0xADCC33) is known color: Yellow Green. HEX triplet: AD, CC and 33. RGB value is (173,204,51). Sum of RGB (Red+Green+Blue) = 173+204+51=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC33 is #5233CC. Grayscale: #B1B1B1. Windows color (decimal): -5387213 or 3394733. OLE color: 3394733.
HSL color Cylindrical-coordinate representation of color #ADCC33: hue angle of 72.16º 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 #ADCC33 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 51 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.2 |
| HSL | 72.16º | 0.6% | 0.5% | - |
| HSV(B) | 72.16º | 0.75% | 0.8% | - |
| XYZ | 39.42 | 52.31 | 11.15 | - |
| YUV | 177.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 51 | 0.15 | 0 | 0.75 | 0.2 | 72.16 | 0.6 | 0.5 |
| Hex | AD | CC | 33 | F | 0 | 4B | 14 | 48 | 3C | 32 |
| Octal | 255 | 314 | 63 | 17 | 0 | 113 | 24 | 110 | 74 | 62 |
| Binary | 10101101 | 11001100 | 110011 | 1111 | 0 | 1001011 | 10100 | 1001000 | 111100 | 110010 |
Color Harmonies of #ADCC33
Complementary color
Monochromatic Colors of #ADCC33
Black with #ADCC33
Text Example
Text Example
White with #ADCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC33; }
p { color: rgb(173,204,51); }
H1.HeaderClassName
{
color: #ADCC33;
}
.AnyTagClassName
{
color: #ADCC33;
}
</style>
background-color css
<style>
a { background-color: #ADCC33; }
a { background-color: rgb(173,204,51); }
div.DivClassName
{
background-color: #ADCC33;
}
.BgClassName
{
background-color: #ADCC33;
}
</style>
border-color css
<style>
span { border-color: #ADCC33; }
span { border-color: rgb(173,204,51); }
td.TdClassName
{
border-color: #ADCC33;
}
.TagClassName
{
border-color: #ADCC33;
}
</style>