Shades of Green Yellow #ADF235
Tints of Green Yellow #ADF235
RGB
CMYK
RGB Variations
Color information
#ADF235 (or 0xADF235) is known color: Green Yellow. HEX triplet: AD, F2 and 35. RGB value is (173,242,53). Sum of RGB (Red+Green+Blue) = 173+242+53=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF235 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF235 is #520DCA. Grayscale: #C8C8C8. Windows color (decimal): -5377483 or 3535533. OLE color: 3535533.
HSL color Cylindrical-coordinate representation of color #ADF235: hue angle of 81.9º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADF235 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 53 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.05 |
| HSL | 81.9º | 0.88% | 0.58% | - |
| HSV(B) | 81.9º | 0.78% | 0.95% | - |
| XYZ | 49.63 | 72.65 | 14.77 | - |
| YUV | 199.82 | 45.14 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 53 | 0.29 | 0 | 0.78 | 0.05 | 81.9 | 0.88 | 0.58 |
| Hex | AD | F2 | 35 | 1D | 0 | 4E | 5 | 52 | 58 | 3A |
| Octal | 255 | 362 | 65 | 35 | 0 | 116 | 5 | 122 | 130 | 72 |
| Binary | 10101101 | 11110010 | 110101 | 11101 | 0 | 1001110 | 101 | 1010010 | 1011000 | 111010 |
Color Harmonies of #ADF235
Complementary color
Monochromatic Colors of #ADF235
Black with #ADF235
Text Example
Text Example
White with #ADF235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF235; }
p { color: rgb(173,242,53); }
H1.HeaderClassName
{
color: #ADF235;
}
.AnyTagClassName
{
color: #ADF235;
}
</style>
background-color css
<style>
a { background-color: #ADF235; }
a { background-color: rgb(173,242,53); }
div.DivClassName
{
background-color: #ADF235;
}
.BgClassName
{
background-color: #ADF235;
}
</style>
border-color css
<style>
span { border-color: #ADF235; }
span { border-color: rgb(173,242,53); }
td.TdClassName
{
border-color: #ADF235;
}
.TagClassName
{
border-color: #ADF235;
}
</style>