Shades of Yellow Green #ADCF2D
Tints of Yellow Green #ADCF2D
RGB
CMYK
RGB Variations
Color information
#ADCF2D (or 0xADCF2D) is known color: Yellow Green. HEX triplet: AD, CF and 2D. RGB value is (173,207,45). Sum of RGB (Red+Green+Blue) = 173+207+45=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF2D is #5230D2. Grayscale: #B2B2B2. Windows color (decimal): -5386451 or 3002285. OLE color: 3002285.
HSL color Cylindrical-coordinate representation of color #ADCF2D: hue angle of 72.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADCF2D is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 45 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.19 |
| HSL | 72.59º | 0.64% | 0.49% | - |
| HSV(B) | 72.59º | 0.78% | 0.81% | - |
| XYZ | 40.02 | 53.7 | 10.74 | - |
| YUV | 178.37 | 52.74 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 45 | 0.16 | 0 | 0.78 | 0.19 | 72.59 | 0.64 | 0.49 |
| Hex | AD | CF | 2D | 10 | 0 | 4E | 13 | 49 | 40 | 31 |
| Octal | 255 | 317 | 55 | 20 | 0 | 116 | 23 | 111 | 100 | 61 |
| Binary | 10101101 | 11001111 | 101101 | 10000 | 0 | 1001110 | 10011 | 1001001 | 1000000 | 110001 |
Color Harmonies of #ADCF2D
Complementary color
Monochromatic Colors of #ADCF2D
Black with #ADCF2D
Text Example
Text Example
White with #ADCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF2D; }
p { color: rgb(173,207,45); }
H1.HeaderClassName
{
color: #ADCF2D;
}
.AnyTagClassName
{
color: #ADCF2D;
}
</style>
background-color css
<style>
a { background-color: #ADCF2D; }
a { background-color: rgb(173,207,45); }
div.DivClassName
{
background-color: #ADCF2D;
}
.BgClassName
{
background-color: #ADCF2D;
}
</style>
border-color css
<style>
span { border-color: #ADCF2D; }
span { border-color: rgb(173,207,45); }
td.TdClassName
{
border-color: #ADCF2D;
}
.TagClassName
{
border-color: #ADCF2D;
}
</style>