Shades of Green Yellow #ADFD2C
Tints of Green Yellow #ADFD2C
RGB
CMYK
RGB Variations
Color information
#ADFD2C (or 0xADFD2C) is known color: Green Yellow. HEX triplet: AD, FD and 2C. RGB value is (173,253,44). Sum of RGB (Red+Green+Blue) = 173+253+44=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD2C is #5202D3. Grayscale: #CECECE. Windows color (decimal): -5374676 or 2948525. OLE color: 2948525.
HSL color Cylindrical-coordinate representation of color #ADFD2C: hue angle of 82.97º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADFD2C is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 44 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.01 |
| HSL | 82.97º | 0.98% | 0.58% | - |
| HSV(B) | 82.97º | 0.83% | 0.99% | - |
| XYZ | 52.81 | 79.32 | 14.91 | - |
| YUV | 205.25 | 37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 44 | 0.32 | 0 | 0.83 | 0.01 | 82.97 | 0.98 | 0.58 |
| Hex | AD | FD | 2C | 20 | 0 | 53 | 1 | 53 | 62 | 3A |
| Octal | 255 | 375 | 54 | 40 | 0 | 123 | 1 | 123 | 142 | 72 |
| Binary | 10101101 | 11111101 | 101100 | 100000 | 0 | 1010011 | 1 | 1010011 | 1100010 | 111010 |
Color Harmonies of #ADFD2C
Complementary color
Monochromatic Colors of #ADFD2C
Black with #ADFD2C
Text Example
Text Example
White with #ADFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD2C; }
p { color: rgb(173,253,44); }
H1.HeaderClassName
{
color: #ADFD2C;
}
.AnyTagClassName
{
color: #ADFD2C;
}
</style>
background-color css
<style>
a { background-color: #ADFD2C; }
a { background-color: rgb(173,253,44); }
div.DivClassName
{
background-color: #ADFD2C;
}
.BgClassName
{
background-color: #ADFD2C;
}
</style>
border-color css
<style>
span { border-color: #ADFD2C; }
span { border-color: rgb(173,253,44); }
td.TdClassName
{
border-color: #ADFD2C;
}
.TagClassName
{
border-color: #ADFD2C;
}
</style>