Shades of Lawn Green #7DFB32
Tints of Lawn Green #7DFB32
RGB
CMYK
RGB Variations
Color information
#7DFB32 (or 0x7DFB32) is known color: Lawn Green. HEX triplet: 7D, FB and 32. RGB value is (125,251,50). Sum of RGB (Red+Green+Blue) = 125+251+50=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFB32 is #8204CD. Grayscale: #BFBFBF. Windows color (decimal): -8520910 or 3341181. OLE color: 3341181.
HSL color Cylindrical-coordinate representation of color #7DFB32: hue angle of 97.61º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DFB32 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 251 | 50 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.02 |
| HSL | 97.61º | 0.96% | 0.59% | - |
| HSV(B) | 97.61º | 0.8% | 0.98% | - |
| XYZ | 43.53 | 73.58 | 14.93 | - |
| YUV | 190.41 | 48.76 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 251 | 50 | 0.50 | 0 | 0.80 | 0.02 | 97.61 | 0.96 | 0.59 |
| Hex | 7D | FB | 32 | 32 | 0 | 50 | 2 | 62 | 60 | 3B |
| Octal | 175 | 373 | 62 | 62 | 0 | 120 | 2 | 142 | 140 | 73 |
| Binary | 1111101 | 11111011 | 110010 | 110010 | 0 | 1010000 | 10 | 1100010 | 1100000 | 111011 |
Color Harmonies of #7DFB32
Complementary color
Monochromatic Colors of #7DFB32
Black with #7DFB32
Text Example
Text Example
White with #7DFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFB32; }
p { color: rgb(125,251,50); }
H1.HeaderClassName
{
color: #7DFB32;
}
.AnyTagClassName
{
color: #7DFB32;
}
</style>
background-color css
<style>
a { background-color: #7DFB32; }
a { background-color: rgb(125,251,50); }
div.DivClassName
{
background-color: #7DFB32;
}
.BgClassName
{
background-color: #7DFB32;
}
</style>
border-color css
<style>
span { border-color: #7DFB32; }
span { border-color: rgb(125,251,50); }
td.TdClassName
{
border-color: #7DFB32;
}
.TagClassName
{
border-color: #7DFB32;
}
</style>