Shades of Green Yellow #ADFD2A
Tints of Green Yellow #ADFD2A
RGB
CMYK
RGB Variations
Color information
#ADFD2A (or 0xADFD2A) is known color: Green Yellow. HEX triplet: AD, FD and 2A. RGB value is (173,253,42). Sum of RGB (Red+Green+Blue) = 173+253+42=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFD2A is #5202D5. Grayscale: #CDCDCD. Windows color (decimal): -5374678 or 2817453. OLE color: 2817453.
HSL color Cylindrical-coordinate representation of color #ADFD2A: hue angle of 82.75º 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 #ADFD2A is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 42 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.01 |
| HSL | 82.75º | 0.98% | 0.58% | - |
| HSV(B) | 82.75º | 0.83% | 0.99% | - |
| XYZ | 52.78 | 79.3 | 14.72 | - |
| YUV | 205.03 | 36 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 42 | 0.32 | 0 | 0.83 | 0.01 | 82.75 | 0.98 | 0.58 |
| Hex | AD | FD | 2A | 20 | 0 | 53 | 1 | 53 | 62 | 3A |
| Octal | 255 | 375 | 52 | 40 | 0 | 123 | 1 | 123 | 142 | 72 |
| Binary | 10101101 | 11111101 | 101010 | 100000 | 0 | 1010011 | 1 | 1010011 | 1100010 | 111010 |
Color Harmonies of #ADFD2A
Complementary color
Monochromatic Colors of #ADFD2A
Black with #ADFD2A
Text Example
Text Example
White with #ADFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD2A; }
p { color: rgb(173,253,42); }
H1.HeaderClassName
{
color: #ADFD2A;
}
.AnyTagClassName
{
color: #ADFD2A;
}
</style>
background-color css
<style>
a { background-color: #ADFD2A; }
a { background-color: rgb(173,253,42); }
div.DivClassName
{
background-color: #ADFD2A;
}
.BgClassName
{
background-color: #ADFD2A;
}
</style>
border-color css
<style>
span { border-color: #ADFD2A; }
span { border-color: rgb(173,253,42); }
td.TdClassName
{
border-color: #ADFD2A;
}
.TagClassName
{
border-color: #ADFD2A;
}
</style>