Shades of Lawn Green #7DF926
Tints of Lawn Green #7DF926
RGB
CMYK
RGB Variations
Color information
#7DF926 (or 0x7DF926) is known color: Lawn Green. HEX triplet: 7D, F9 and 26. RGB value is (125,249,38). Sum of RGB (Red+Green+Blue) = 125+249+38=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF926 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF926 is #8206D9. Grayscale: #BCBCBC. Windows color (decimal): -8521434 or 2554237. OLE color: 2554237.
HSL color Cylindrical-coordinate representation of color #7DF926: hue angle of 95.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DF926 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 38 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.02 |
| HSL | 95.26º | 0.95% | 0.56% | - |
| HSV(B) | 95.26º | 0.85% | 0.98% | - |
| XYZ | 42.68 | 72.25 | 13.53 | - |
| YUV | 187.87 | 43.42 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 38 | 0.50 | 0 | 0.85 | 0.02 | 95.26 | 0.95 | 0.56 |
| Hex | 7D | F9 | 26 | 32 | 0 | 55 | 2 | 5F | 5F | 38 |
| Octal | 175 | 371 | 46 | 62 | 0 | 125 | 2 | 137 | 137 | 70 |
| Binary | 1111101 | 11111001 | 100110 | 110010 | 0 | 1010101 | 10 | 1011111 | 1011111 | 111000 |
Color Harmonies of #7DF926
Complementary color
Monochromatic Colors of #7DF926
Black with #7DF926
Text Example
Text Example
White with #7DF926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF926; }
p { color: rgb(125,249,38); }
H1.HeaderClassName
{
color: #7DF926;
}
.AnyTagClassName
{
color: #7DF926;
}
</style>
background-color css
<style>
a { background-color: #7DF926; }
a { background-color: rgb(125,249,38); }
div.DivClassName
{
background-color: #7DF926;
}
.BgClassName
{
background-color: #7DF926;
}
</style>
border-color css
<style>
span { border-color: #7DF926; }
span { border-color: rgb(125,249,38); }
td.TdClassName
{
border-color: #7DF926;
}
.TagClassName
{
border-color: #7DF926;
}
</style>