Shades of Green Yellow #ADF830
Tints of Green Yellow #ADF830
RGB
CMYK
RGB Variations
Color information
#ADF830 (or 0xADF830) is known color: Green Yellow. HEX triplet: AD, F8 and 30. RGB value is (173,248,48). Sum of RGB (Red+Green+Blue) = 173+248+48=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF830 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF830 is #5207CF. Grayscale: #CBCBCB. Windows color (decimal): -5375952 or 3209389. OLE color: 3209389.
HSL color Cylindrical-coordinate representation of color #ADF830: hue angle of 82.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADF830 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 48 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.03 |
| HSL | 82.5º | 0.93% | 0.58% | - |
| HSV(B) | 82.5º | 0.81% | 0.97% | - |
| XYZ | 51.33 | 76.23 | 14.81 | - |
| YUV | 202.78 | 40.65 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 48 | 0.30 | 0 | 0.81 | 0.03 | 82.5 | 0.93 | 0.58 |
| Hex | AD | F8 | 30 | 1E | 0 | 51 | 3 | 52 | 5D | 3A |
| Octal | 255 | 370 | 60 | 36 | 0 | 121 | 3 | 122 | 135 | 72 |
| Binary | 10101101 | 11111000 | 110000 | 11110 | 0 | 1010001 | 11 | 1010010 | 1011101 | 111010 |
Color Harmonies of #ADF830
Complementary color
Monochromatic Colors of #ADF830
Black with #ADF830
Text Example
Text Example
White with #ADF830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF830; }
p { color: rgb(173,248,48); }
H1.HeaderClassName
{
color: #ADF830;
}
.AnyTagClassName
{
color: #ADF830;
}
</style>
background-color css
<style>
a { background-color: #ADF830; }
a { background-color: rgb(173,248,48); }
div.DivClassName
{
background-color: #ADF830;
}
.BgClassName
{
background-color: #ADF830;
}
</style>
border-color css
<style>
span { border-color: #ADF830; }
span { border-color: rgb(173,248,48); }
td.TdClassName
{
border-color: #ADF830;
}
.TagClassName
{
border-color: #ADF830;
}
</style>