Shades of Lawn Green #7DF80F
Tints of Lawn Green #7DF80F
RGB
CMYK
RGB Variations
Color information
#7DF80F (or 0x7DF80F) is known color: Lawn Green. HEX triplet: 7D, F8 and 0F. RGB value is (125,248,15). Sum of RGB (Red+Green+Blue) = 125+248+15=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF80F is #8207F0. Grayscale: #B9B9B9. Windows color (decimal): -8521713 or 1046653. OLE color: 1046653.
HSL color Cylindrical-coordinate representation of color #7DF80F: hue angle of 91.67º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DF80F is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 15 | - |
| CMYK | 0.50 | 0 | 0.94 | 0.03 |
| HSL | 91.67º | 0.94% | 0.52% | - |
| HSV(B) | 91.67º | 0.94% | 0.97% | - |
| XYZ | 42.11 | 71.53 | 12.04 | - |
| YUV | 184.66 | 32.25 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 15 | 0.50 | 0 | 0.94 | 0.03 | 91.67 | 0.94 | 0.52 |
| Hex | 7D | F8 | F | 32 | 0 | 5E | 3 | 5C | 5E | 34 |
| Octal | 175 | 370 | 17 | 62 | 0 | 136 | 3 | 134 | 136 | 64 |
| Binary | 1111101 | 11111000 | 1111 | 110010 | 0 | 1011110 | 11 | 1011100 | 1011110 | 110100 |
Color Harmonies of #7DF80F
Complementary color
Monochromatic Colors of #7DF80F
Black with #7DF80F
Text Example
Text Example
White with #7DF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF80F; }
p { color: rgb(125,248,15); }
H1.HeaderClassName
{
color: #7DF80F;
}
.AnyTagClassName
{
color: #7DF80F;
}
</style>
background-color css
<style>
a { background-color: #7DF80F; }
a { background-color: rgb(125,248,15); }
div.DivClassName
{
background-color: #7DF80F;
}
.BgClassName
{
background-color: #7DF80F;
}
</style>
border-color css
<style>
span { border-color: #7DF80F; }
span { border-color: rgb(125,248,15); }
td.TdClassName
{
border-color: #7DF80F;
}
.TagClassName
{
border-color: #7DF80F;
}
</style>