Shades of Yellow Green #ADCD34
Tints of Yellow Green #ADCD34
RGB
CMYK
RGB Variations
Color information
#ADCD34 (or 0xADCD34) is known color: Yellow Green. HEX triplet: AD, CD and 34. RGB value is (173,205,52). Sum of RGB (Red+Green+Blue) = 173+205+52=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD34 is #5232CB. Grayscale: #B2B2B2. Windows color (decimal): -5386956 or 3460525. OLE color: 3460525.
HSL color Cylindrical-coordinate representation of color #ADCD34: hue angle of 72.55º 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 #ADCD34 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 52 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.20 |
| HSL | 72.55º | 0.6% | 0.5% | - |
| HSV(B) | 72.55º | 0.75% | 0.8% | - |
| XYZ | 39.68 | 52.79 | 11.35 | - |
| YUV | 177.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 52 | 0.16 | 0 | 0.75 | 0.20 | 72.55 | 0.6 | 0.5 |
| Hex | AD | CD | 34 | 10 | 0 | 4B | 14 | 49 | 3C | 32 |
| Octal | 255 | 315 | 64 | 20 | 0 | 113 | 24 | 111 | 74 | 62 |
| Binary | 10101101 | 11001101 | 110100 | 10000 | 0 | 1001011 | 10100 | 1001001 | 111100 | 110010 |
Color Harmonies of #ADCD34
Complementary color
Monochromatic Colors of #ADCD34
Black with #ADCD34
Text Example
Text Example
White with #ADCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD34; }
p { color: rgb(173,205,52); }
H1.HeaderClassName
{
color: #ADCD34;
}
.AnyTagClassName
{
color: #ADCD34;
}
</style>
background-color css
<style>
a { background-color: #ADCD34; }
a { background-color: rgb(173,205,52); }
div.DivClassName
{
background-color: #ADCD34;
}
.BgClassName
{
background-color: #ADCD34;
}
</style>
border-color css
<style>
span { border-color: #ADCD34; }
span { border-color: rgb(173,205,52); }
td.TdClassName
{
border-color: #ADCD34;
}
.TagClassName
{
border-color: #ADCD34;
}
</style>