Shades of Green Yellow #7DF534
Tints of Green Yellow #7DF534
RGB
CMYK
RGB Variations
Color information
#7DF534 (or 0x7DF534) is known color: Green Yellow. HEX triplet: 7D, F5 and 34. RGB value is (125,245,52). Sum of RGB (Red+Green+Blue) = 125+245+52=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF534 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF534 is #820ACB. Grayscale: #BBBBBB. Windows color (decimal): -8522444 or 3470717. OLE color: 3470717.
HSL color Cylindrical-coordinate representation of color #7DF534: hue angle of 97.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DF534 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 52 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.04 |
| HSL | 97.31º | 0.91% | 0.58% | - |
| HSV(B) | 97.31º | 0.79% | 0.96% | - |
| XYZ | 41.73 | 69.91 | 14.54 | - |
| YUV | 187.12 | 51.74 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 52 | 0.49 | 0 | 0.79 | 0.04 | 97.31 | 0.91 | 0.58 |
| Hex | 7D | F5 | 34 | 31 | 0 | 4F | 4 | 61 | 5B | 3A |
| Octal | 175 | 365 | 64 | 61 | 0 | 117 | 4 | 141 | 133 | 72 |
| Binary | 1111101 | 11110101 | 110100 | 110001 | 0 | 1001111 | 100 | 1100001 | 1011011 | 111010 |
Color Harmonies of #7DF534
Complementary color
Monochromatic Colors of #7DF534
Black with #7DF534
Text Example
Text Example
White with #7DF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF534; }
p { color: rgb(125,245,52); }
H1.HeaderClassName
{
color: #7DF534;
}
.AnyTagClassName
{
color: #7DF534;
}
</style>
background-color css
<style>
a { background-color: #7DF534; }
a { background-color: rgb(125,245,52); }
div.DivClassName
{
background-color: #7DF534;
}
.BgClassName
{
background-color: #7DF534;
}
</style>
border-color css
<style>
span { border-color: #7DF534; }
span { border-color: rgb(125,245,52); }
td.TdClassName
{
border-color: #7DF534;
}
.TagClassName
{
border-color: #7DF534;
}
</style>