Shades of Lawn Green #7DF320
Tints of Lawn Green #7DF320
RGB
CMYK
RGB Variations
Color information
#7DF320 (or 0x7DF320) is known color: Lawn Green. HEX triplet: 7D, F3 and 20. RGB value is (125,243,32). Sum of RGB (Red+Green+Blue) = 125+243+32=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF320 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF320 is #820CDF. Grayscale: #B8B8B8. Windows color (decimal): -8522976 or 2159485. OLE color: 2159485.
HSL color Cylindrical-coordinate representation of color #7DF320: hue angle of 93.55º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DF320 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 32 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.05 |
| HSL | 93.55º | 0.9% | 0.54% | - |
| HSV(B) | 93.55º | 0.87% | 0.95% | - |
| XYZ | 40.77 | 68.57 | 12.45 | - |
| YUV | 183.66 | 42.41 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 32 | 0.49 | 0 | 0.87 | 0.05 | 93.55 | 0.9 | 0.54 |
| Hex | 7D | F3 | 20 | 31 | 0 | 57 | 5 | 5E | 5A | 36 |
| Octal | 175 | 363 | 40 | 61 | 0 | 127 | 5 | 136 | 132 | 66 |
| Binary | 1111101 | 11110011 | 100000 | 110001 | 0 | 1010111 | 101 | 1011110 | 1011010 | 110110 |
Color Harmonies of #7DF320
Complementary color
Monochromatic Colors of #7DF320
Black with #7DF320
Text Example
Text Example
White with #7DF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF320; }
p { color: rgb(125,243,32); }
H1.HeaderClassName
{
color: #7DF320;
}
.AnyTagClassName
{
color: #7DF320;
}
</style>
background-color css
<style>
a { background-color: #7DF320; }
a { background-color: rgb(125,243,32); }
div.DivClassName
{
background-color: #7DF320;
}
.BgClassName
{
background-color: #7DF320;
}
</style>
border-color css
<style>
span { border-color: #7DF320; }
span { border-color: rgb(125,243,32); }
td.TdClassName
{
border-color: #7DF320;
}
.TagClassName
{
border-color: #7DF320;
}
</style>