Shades of Green Yellow #ADFF1D
Tints of Green Yellow #ADFF1D
RGB
CMYK
RGB Variations
Color information
#ADFF1D (or 0xADFF1D) is known color: Green Yellow. HEX triplet: AD, FF and 1D. RGB value is (173,255,29). Sum of RGB (Red+Green+Blue) = 173+255+29=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF1D is #5200E2. Grayscale: #CDCDCD. Windows color (decimal): -5374179 or 1965997. OLE color: 1965997.
HSL color Cylindrical-coordinate representation of color #ADFF1D: hue angle of 81.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADFF1D is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 29 | - |
| CMYK | 0.32 | 0 | 0.89 | 0 |
| HSL | 81.77º | 1% | 0.56% | - |
| HSV(B) | 81.77º | 0.89% | 1% | - |
| XYZ | 53.22 | 80.49 | 13.89 | - |
| YUV | 204.72 | 28.83 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 29 | 0.32 | 0 | 0.89 | 0 | 81.77 | 1 | 0.56 |
| Hex | AD | FF | 1D | 20 | 0 | 59 | 0 | 52 | 64 | 38 |
| Octal | 255 | 377 | 35 | 40 | 0 | 131 | 0 | 122 | 144 | 70 |
| Binary | 10101101 | 11111111 | 11101 | 100000 | 0 | 1011001 | 0 | 1010010 | 1100100 | 111000 |
Color Harmonies of #ADFF1D
Complementary color
Monochromatic Colors of #ADFF1D
Black with #ADFF1D
Text Example
Text Example
White with #ADFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF1D; }
p { color: rgb(173,255,29); }
H1.HeaderClassName
{
color: #ADFF1D;
}
.AnyTagClassName
{
color: #ADFF1D;
}
</style>
background-color css
<style>
a { background-color: #ADFF1D; }
a { background-color: rgb(173,255,29); }
div.DivClassName
{
background-color: #ADFF1D;
}
.BgClassName
{
background-color: #ADFF1D;
}
</style>
border-color css
<style>
span { border-color: #ADFF1D; }
span { border-color: rgb(173,255,29); }
td.TdClassName
{
border-color: #ADFF1D;
}
.TagClassName
{
border-color: #ADFF1D;
}
</style>