Shades of Yellow Green #7ADF31
Tints of Yellow Green #7ADF31
RGB
CMYK
RGB Variations
Color information
#7ADF31 (or 0x7ADF31) is known color: Yellow Green. HEX triplet: 7A, DF and 31. RGB value is (122,223,49). Sum of RGB (Red+Green+Blue) = 122+223+49=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF31 is #8520CE. Grayscale: #ADADAD. Windows color (decimal): -8724687 or 3268474. OLE color: 3268474.
HSL color Cylindrical-coordinate representation of color #7ADF31: hue angle of 94.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ADF31 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 49 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.13 |
| HSL | 94.83º | 0.73% | 0.53% | - |
| HSV(B) | 94.83º | 0.78% | 0.87% | - |
| XYZ | 34.97 | 57.13 | 12.09 | - |
| YUV | 172.97 | 58.04 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 49 | 0.45 | 0 | 0.78 | 0.13 | 94.83 | 0.73 | 0.53 |
| Hex | 7A | DF | 31 | 2D | 0 | 4E | D | 5F | 49 | 35 |
| Octal | 172 | 337 | 61 | 55 | 0 | 116 | 15 | 137 | 111 | 65 |
| Binary | 1111010 | 11011111 | 110001 | 101101 | 0 | 1001110 | 1101 | 1011111 | 1001001 | 110101 |
Color Harmonies of #7ADF31
Complementary color
Monochromatic Colors of #7ADF31
Black with #7ADF31
Text Example
Text Example
White with #7ADF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF31; }
p { color: rgb(122,223,49); }
H1.HeaderClassName
{
color: #7ADF31;
}
.AnyTagClassName
{
color: #7ADF31;
}
</style>
background-color css
<style>
a { background-color: #7ADF31; }
a { background-color: rgb(122,223,49); }
div.DivClassName
{
background-color: #7ADF31;
}
.BgClassName
{
background-color: #7ADF31;
}
</style>
border-color css
<style>
span { border-color: #7ADF31; }
span { border-color: rgb(122,223,49); }
td.TdClassName
{
border-color: #7ADF31;
}
.TagClassName
{
border-color: #7ADF31;
}
</style>