Shades of Yellow Green #7DD62A
Tints of Yellow Green #7DD62A
RGB
CMYK
RGB Variations
Color information
#7DD62A (or 0x7DD62A) is known color: Yellow Green. HEX triplet: 7D, D6 and 2A. RGB value is (125,214,42). Sum of RGB (Red+Green+Blue) = 125+214+42=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD62A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD62A is #8229D5. Grayscale: #A8A8A8. Windows color (decimal): -8530390 or 2807421. OLE color: 2807421.
HSL color Cylindrical-coordinate representation of color #7DD62A: hue angle of 91.05º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DD62A is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 42 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.16 |
| HSL | 91.05º | 0.68% | 0.5% | - |
| HSV(B) | 91.05º | 0.8% | 0.84% | - |
| XYZ | 32.92 | 52.62 | 10.61 | - |
| YUV | 167.78 | 57.01 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 42 | 0.42 | 0 | 0.80 | 0.16 | 91.05 | 0.68 | 0.5 |
| Hex | 7D | D6 | 2A | 2A | 0 | 50 | 10 | 5B | 44 | 32 |
| Octal | 175 | 326 | 52 | 52 | 0 | 120 | 20 | 133 | 104 | 62 |
| Binary | 1111101 | 11010110 | 101010 | 101010 | 0 | 1010000 | 10000 | 1011011 | 1000100 | 110010 |
Color Harmonies of #7DD62A
Complementary color
Monochromatic Colors of #7DD62A
Black with #7DD62A
Text Example
Text Example
White with #7DD62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD62A; }
p { color: rgb(125,214,42); }
H1.HeaderClassName
{
color: #7DD62A;
}
.AnyTagClassName
{
color: #7DD62A;
}
</style>
background-color css
<style>
a { background-color: #7DD62A; }
a { background-color: rgb(125,214,42); }
div.DivClassName
{
background-color: #7DD62A;
}
.BgClassName
{
background-color: #7DD62A;
}
</style>
border-color css
<style>
span { border-color: #7DD62A; }
span { border-color: rgb(125,214,42); }
td.TdClassName
{
border-color: #7DD62A;
}
.TagClassName
{
border-color: #7DD62A;
}
</style>