Shades of Lawn Green #7DFA32
Tints of Lawn Green #7DFA32
RGB
CMYK
RGB Variations
Color information
#7DFA32 (or 0x7DFA32) is known color: Lawn Green. HEX triplet: 7D, FA and 32. RGB value is (125,250,50). Sum of RGB (Red+Green+Blue) = 125+250+50=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFA32 is #8205CD. Grayscale: #BEBEBE. Windows color (decimal): -8521166 or 3340925. OLE color: 3340925.
HSL color Cylindrical-coordinate representation of color #7DFA32: hue angle of 97.5º degrees, saturation: 0.95, 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 #7DFA32 is Cyan = 0.50, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 50 | - |
| CMYK | 0.50 | 0 | 0.8 | 0.02 |
| HSL | 97.5º | 0.95% | 0.59% | - |
| HSV(B) | 97.5º | 0.8% | 0.98% | - |
| XYZ | 43.22 | 72.96 | 14.82 | - |
| YUV | 189.83 | 49.09 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 50 | 0.50 | 0 | 0.8 | 0.02 | 97.5 | 0.95 | 0.59 |
| Hex | 7D | FA | 32 | 32 | 0 | 50 | 2 | 62 | 5F | 3B |
| Octal | 175 | 372 | 62 | 62 | 0 | 120 | 2 | 142 | 137 | 73 |
| Binary | 1111101 | 11111010 | 110010 | 110010 | 0 | 1010000 | 10 | 1100010 | 1011111 | 111011 |
Color Harmonies of #7DFA32
Complementary color
Monochromatic Colors of #7DFA32
Black with #7DFA32
Text Example
Text Example
White with #7DFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFA32; }
p { color: rgb(125,250,50); }
H1.HeaderClassName
{
color: #7DFA32;
}
.AnyTagClassName
{
color: #7DFA32;
}
</style>
background-color css
<style>
a { background-color: #7DFA32; }
a { background-color: rgb(125,250,50); }
div.DivClassName
{
background-color: #7DFA32;
}
.BgClassName
{
background-color: #7DFA32;
}
</style>
border-color css
<style>
span { border-color: #7DFA32; }
span { border-color: rgb(125,250,50); }
td.TdClassName
{
border-color: #7DFA32;
}
.TagClassName
{
border-color: #7DFA32;
}
</style>