Shades of Green Yellow #ADF232
Tints of Green Yellow #ADF232
RGB
CMYK
RGB Variations
Color information
#ADF232 (or 0xADF232) is known color: Green Yellow. HEX triplet: AD, F2 and 32. RGB value is (173,242,50). Sum of RGB (Red+Green+Blue) = 173+242+50=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF232 is #520DCD. Grayscale: #C8C8C8. Windows color (decimal): -5377486 or 3338925. OLE color: 3338925.
HSL color Cylindrical-coordinate representation of color #ADF232: hue angle of 81.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADF232 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 50 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.05 |
| HSL | 81.56º | 0.88% | 0.57% | - |
| HSV(B) | 81.56º | 0.79% | 0.95% | - |
| XYZ | 49.56 | 72.62 | 14.42 | - |
| YUV | 199.48 | 43.64 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 50 | 0.29 | 0 | 0.79 | 0.05 | 81.56 | 0.88 | 0.57 |
| Hex | AD | F2 | 32 | 1D | 0 | 4F | 5 | 52 | 58 | 39 |
| Octal | 255 | 362 | 62 | 35 | 0 | 117 | 5 | 122 | 130 | 71 |
| Binary | 10101101 | 11110010 | 110010 | 11101 | 0 | 1001111 | 101 | 1010010 | 1011000 | 111001 |
Color Harmonies of #ADF232
Complementary color
Monochromatic Colors of #ADF232
Black with #ADF232
Text Example
Text Example
White with #ADF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF232; }
p { color: rgb(173,242,50); }
H1.HeaderClassName
{
color: #ADF232;
}
.AnyTagClassName
{
color: #ADF232;
}
</style>
background-color css
<style>
a { background-color: #ADF232; }
a { background-color: rgb(173,242,50); }
div.DivClassName
{
background-color: #ADF232;
}
.BgClassName
{
background-color: #ADF232;
}
</style>
border-color css
<style>
span { border-color: #ADF232; }
span { border-color: rgb(173,242,50); }
td.TdClassName
{
border-color: #ADF232;
}
.TagClassName
{
border-color: #ADF232;
}
</style>