Shades of Lawn Green #7AF80F
Tints of Lawn Green #7AF80F
RGB
CMYK
RGB Variations
Color information
#7AF80F (or 0x7AF80F) is known color: Lawn Green. HEX triplet: 7A, F8 and 0F. RGB value is (122,248,15). Sum of RGB (Red+Green+Blue) = 122+248+15=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF80F is #8507F0. Grayscale: #B8B8B8. Windows color (decimal): -8718321 or 1046650. OLE color: 1046650.
HSL color Cylindrical-coordinate representation of color #7AF80F: hue angle of 92.45º 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 #7AF80F is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 15 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.03 |
| HSL | 92.45º | 0.94% | 0.52% | - |
| HSV(B) | 92.45º | 0.94% | 0.97% | - |
| XYZ | 41.68 | 71.31 | 12.02 | - |
| YUV | 183.76 | 32.76 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 15 | 0.51 | 0 | 0.94 | 0.03 | 92.45 | 0.94 | 0.52 |
| Hex | 7A | F8 | F | 33 | 0 | 5E | 3 | 5C | 5E | 34 |
| Octal | 172 | 370 | 17 | 63 | 0 | 136 | 3 | 134 | 136 | 64 |
| Binary | 1111010 | 11111000 | 1111 | 110011 | 0 | 1011110 | 11 | 1011100 | 1011110 | 110100 |
Color Harmonies of #7AF80F
Complementary color
Monochromatic Colors of #7AF80F
Black with #7AF80F
Text Example
Text Example
White with #7AF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF80F; }
p { color: rgb(122,248,15); }
H1.HeaderClassName
{
color: #7AF80F;
}
.AnyTagClassName
{
color: #7AF80F;
}
</style>
background-color css
<style>
a { background-color: #7AF80F; }
a { background-color: rgb(122,248,15); }
div.DivClassName
{
background-color: #7AF80F;
}
.BgClassName
{
background-color: #7AF80F;
}
</style>
border-color css
<style>
span { border-color: #7AF80F; }
span { border-color: rgb(122,248,15); }
td.TdClassName
{
border-color: #7AF80F;
}
.TagClassName
{
border-color: #7AF80F;
}
</style>