Shades of Yellow Green #7DD233
Tints of Yellow Green #7DD233
RGB
CMYK
RGB Variations
Color information
#7DD233 (or 0x7DD233) is known color: Yellow Green. HEX triplet: 7D, D2 and 33. RGB value is (125,210,51). Sum of RGB (Red+Green+Blue) = 125+210+51=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD233 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD233 is #822DCC. Grayscale: #A7A7A7. Windows color (decimal): -8531405 or 3396221. OLE color: 3396221.
HSL color Cylindrical-coordinate representation of color #7DD233: hue angle of 92.08º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DD233 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 51 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.18 |
| HSL | 92.08º | 0.64% | 0.51% | - |
| HSV(B) | 92.08º | 0.76% | 0.82% | - |
| XYZ | 32.1 | 50.69 | 11.22 | - |
| YUV | 166.46 | 62.84 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 51 | 0.40 | 0 | 0.76 | 0.18 | 92.08 | 0.64 | 0.51 |
| Hex | 7D | D2 | 33 | 28 | 0 | 4C | 12 | 5C | 40 | 33 |
| Octal | 175 | 322 | 63 | 50 | 0 | 114 | 22 | 134 | 100 | 63 |
| Binary | 1111101 | 11010010 | 110011 | 101000 | 0 | 1001100 | 10010 | 1011100 | 1000000 | 110011 |
Color Harmonies of #7DD233
Complementary color
Monochromatic Colors of #7DD233
Black with #7DD233
Text Example
Text Example
White with #7DD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD233; }
p { color: rgb(125,210,51); }
H1.HeaderClassName
{
color: #7DD233;
}
.AnyTagClassName
{
color: #7DD233;
}
</style>
background-color css
<style>
a { background-color: #7DD233; }
a { background-color: rgb(125,210,51); }
div.DivClassName
{
background-color: #7DD233;
}
.BgClassName
{
background-color: #7DD233;
}
</style>
border-color css
<style>
span { border-color: #7DD233; }
span { border-color: rgb(125,210,51); }
td.TdClassName
{
border-color: #7DD233;
}
.TagClassName
{
border-color: #7DD233;
}
</style>