Shades of Green Yellow #ADF138
Tints of Green Yellow #ADF138
RGB
CMYK
RGB Variations
Color information
#ADF138 (or 0xADF138) is known color: Green Yellow. HEX triplet: AD, F1 and 38. RGB value is (173,241,56). Sum of RGB (Red+Green+Blue) = 173+241+56=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF138 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF138 is #520EC7. Grayscale: #C8C8C8. Windows color (decimal): -5377736 or 3731885. OLE color: 3731885.
HSL color Cylindrical-coordinate representation of color #ADF138: hue angle of 82.05º degrees, saturation: 0.87, 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 #ADF138 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 56 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.05 |
| HSL | 82.05º | 0.87% | 0.58% | - |
| HSV(B) | 82.05º | 0.77% | 0.95% | - |
| XYZ | 49.4 | 72.08 | 15.05 | - |
| YUV | 199.58 | 46.97 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 56 | 0.28 | 0 | 0.77 | 0.05 | 82.05 | 0.87 | 0.58 |
| Hex | AD | F1 | 38 | 1C | 0 | 4D | 5 | 52 | 57 | 3A |
| Octal | 255 | 361 | 70 | 34 | 0 | 115 | 5 | 122 | 127 | 72 |
| Binary | 10101101 | 11110001 | 111000 | 11100 | 0 | 1001101 | 101 | 1010010 | 1010111 | 111010 |
Color Harmonies of #ADF138
Complementary color
Monochromatic Colors of #ADF138
Black with #ADF138
Text Example
Text Example
White with #ADF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF138; }
p { color: rgb(173,241,56); }
H1.HeaderClassName
{
color: #ADF138;
}
.AnyTagClassName
{
color: #ADF138;
}
</style>
background-color css
<style>
a { background-color: #ADF138; }
a { background-color: rgb(173,241,56); }
div.DivClassName
{
background-color: #ADF138;
}
.BgClassName
{
background-color: #ADF138;
}
</style>
border-color css
<style>
span { border-color: #ADF138; }
span { border-color: rgb(173,241,56); }
td.TdClassName
{
border-color: #ADF138;
}
.TagClassName
{
border-color: #ADF138;
}
</style>