Shades of Yellow Green #7AD238
Tints of Yellow Green #7AD238
RGB
CMYK
RGB Variations
Color information
#7AD238 (or 0x7AD238) is known color: Yellow Green. HEX triplet: 7A, D2 and 38. RGB value is (122,210,56). Sum of RGB (Red+Green+Blue) = 122+210+56=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD238 is #852DC7. Grayscale: #A6A6A6. Windows color (decimal): -8728008 or 3723898. OLE color: 3723898.
HSL color Cylindrical-coordinate representation of color #7AD238: hue angle of 94.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AD238 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 56 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.18 |
| HSL | 94.29º | 0.63% | 0.52% | - |
| HSV(B) | 94.29º | 0.73% | 0.82% | - |
| XYZ | 31.79 | 50.52 | 11.82 | - |
| YUV | 166.13 | 65.85 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 56 | 0.42 | 0 | 0.73 | 0.18 | 94.29 | 0.63 | 0.52 |
| Hex | 7A | D2 | 38 | 2A | 0 | 49 | 12 | 5E | 3F | 34 |
| Octal | 172 | 322 | 70 | 52 | 0 | 111 | 22 | 136 | 77 | 64 |
| Binary | 1111010 | 11010010 | 111000 | 101010 | 0 | 1001001 | 10010 | 1011110 | 111111 | 110100 |
Color Harmonies of #7AD238
Complementary color
Monochromatic Colors of #7AD238
Black with #7AD238
Text Example
Text Example
White with #7AD238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD238; }
p { color: rgb(122,210,56); }
H1.HeaderClassName
{
color: #7AD238;
}
.AnyTagClassName
{
color: #7AD238;
}
</style>
background-color css
<style>
a { background-color: #7AD238; }
a { background-color: rgb(122,210,56); }
div.DivClassName
{
background-color: #7AD238;
}
.BgClassName
{
background-color: #7AD238;
}
</style>
border-color css
<style>
span { border-color: #7AD238; }
span { border-color: rgb(122,210,56); }
td.TdClassName
{
border-color: #7AD238;
}
.TagClassName
{
border-color: #7AD238;
}
</style>