Shades of Yellow Green #7DD616
Tints of Yellow Green #7DD616
RGB
CMYK
RGB Variations
Color information
#7DD616 (or 0x7DD616) is known color: Yellow Green. HEX triplet: 7D, D6 and 16. RGB value is (125,214,22). Sum of RGB (Red+Green+Blue) = 125+214+22=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD616 is #8229E9. Grayscale: #A6A6A6. Windows color (decimal): -8530410 or 1496701. OLE color: 1496701.
HSL color Cylindrical-coordinate representation of color #7DD616: hue angle of 87.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DD616 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 22 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.16 |
| HSL | 87.81º | 0.81% | 0.46% | - |
| HSV(B) | 87.81º | 0.9% | 0.84% | - |
| XYZ | 32.65 | 52.51 | 9.17 | - |
| YUV | 165.5 | 47.01 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 22 | 0.42 | 0 | 0.90 | 0.16 | 87.81 | 0.81 | 0.46 |
| Hex | 7D | D6 | 16 | 2A | 0 | 5A | 10 | 58 | 51 | 2E |
| Octal | 175 | 326 | 26 | 52 | 0 | 132 | 20 | 130 | 121 | 56 |
| Binary | 1111101 | 11010110 | 10110 | 101010 | 0 | 1011010 | 10000 | 1011000 | 1010001 | 101110 |
Color Harmonies of #7DD616
Complementary color
Monochromatic Colors of #7DD616
Black with #7DD616
Text Example
Text Example
White with #7DD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD616; }
p { color: rgb(125,214,22); }
H1.HeaderClassName
{
color: #7DD616;
}
.AnyTagClassName
{
color: #7DD616;
}
</style>
background-color css
<style>
a { background-color: #7DD616; }
a { background-color: rgb(125,214,22); }
div.DivClassName
{
background-color: #7DD616;
}
.BgClassName
{
background-color: #7DD616;
}
</style>
border-color css
<style>
span { border-color: #7DD616; }
span { border-color: rgb(125,214,22); }
td.TdClassName
{
border-color: #7DD616;
}
.TagClassName
{
border-color: #7DD616;
}
</style>