Shades of Yellow Green #7AD61F
Tints of Yellow Green #7AD61F
RGB
CMYK
RGB Variations
Color information
#7AD61F (or 0x7AD61F) is known color: Yellow Green. HEX triplet: 7A, D6 and 1F. RGB value is (122,214,31). Sum of RGB (Red+Green+Blue) = 122+214+31=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD61F is #8529E0. Grayscale: #A6A6A6. Windows color (decimal): -8727009 or 2086522. OLE color: 2086522.
HSL color Cylindrical-coordinate representation of color #7AD61F: hue angle of 90.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AD61F is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 31 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.16 |
| HSL | 90.16º | 0.75% | 0.48% | - |
| HSV(B) | 90.16º | 0.86% | 0.84% | - |
| XYZ | 32.32 | 52.33 | 9.69 | - |
| YUV | 165.63 | 52.02 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 31 | 0.43 | 0 | 0.86 | 0.16 | 90.16 | 0.75 | 0.48 |
| Hex | 7A | D6 | 1F | 2B | 0 | 56 | 10 | 5A | 4B | 30 |
| Octal | 172 | 326 | 37 | 53 | 0 | 126 | 20 | 132 | 113 | 60 |
| Binary | 1111010 | 11010110 | 11111 | 101011 | 0 | 1010110 | 10000 | 1011010 | 1001011 | 110000 |
Color Harmonies of #7AD61F
Complementary color
Monochromatic Colors of #7AD61F
Black with #7AD61F
Text Example
Text Example
White with #7AD61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD61F; }
p { color: rgb(122,214,31); }
H1.HeaderClassName
{
color: #7AD61F;
}
.AnyTagClassName
{
color: #7AD61F;
}
</style>
background-color css
<style>
a { background-color: #7AD61F; }
a { background-color: rgb(122,214,31); }
div.DivClassName
{
background-color: #7AD61F;
}
.BgClassName
{
background-color: #7AD61F;
}
</style>
border-color css
<style>
span { border-color: #7AD61F; }
span { border-color: rgb(122,214,31); }
td.TdClassName
{
border-color: #7AD61F;
}
.TagClassName
{
border-color: #7AD61F;
}
</style>