Shades of Green Yellow #ADF238
Tints of Green Yellow #ADF238
RGB
CMYK
RGB Variations
Color information
#ADF238 (or 0xADF238) is known color: Green Yellow. HEX triplet: AD, F2 and 38. RGB value is (173,242,56). Sum of RGB (Red+Green+Blue) = 173+242+56=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF238 is #520DC7. Grayscale: #C8C8C8. Windows color (decimal): -5377480 or 3732141. OLE color: 3732141.
HSL color Cylindrical-coordinate representation of color #ADF238: hue angle of 82.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADF238 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 56 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.05 |
| HSL | 82.26º | 0.88% | 0.58% | - |
| HSV(B) | 82.26º | 0.77% | 0.95% | - |
| XYZ | 49.7 | 72.67 | 15.15 | - |
| YUV | 200.17 | 46.64 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 56 | 0.29 | 0 | 0.77 | 0.05 | 82.26 | 0.88 | 0.58 |
| Hex | AD | F2 | 38 | 1D | 0 | 4D | 5 | 52 | 58 | 3A |
| Octal | 255 | 362 | 70 | 35 | 0 | 115 | 5 | 122 | 130 | 72 |
| Binary | 10101101 | 11110010 | 111000 | 11101 | 0 | 1001101 | 101 | 1010010 | 1011000 | 111010 |
Color Harmonies of #ADF238
Complementary color
Monochromatic Colors of #ADF238
Black with #ADF238
Text Example
Text Example
White with #ADF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF238; }
p { color: rgb(173,242,56); }
H1.HeaderClassName
{
color: #ADF238;
}
.AnyTagClassName
{
color: #ADF238;
}
</style>
background-color css
<style>
a { background-color: #ADF238; }
a { background-color: rgb(173,242,56); }
div.DivClassName
{
background-color: #ADF238;
}
.BgClassName
{
background-color: #ADF238;
}
</style>
border-color css
<style>
span { border-color: #ADF238; }
span { border-color: rgb(173,242,56); }
td.TdClassName
{
border-color: #ADF238;
}
.TagClassName
{
border-color: #ADF238;
}
</style>