Shades of Lawn Green #83F701
Tints of Lawn Green #83F701
RGB
CMYK
RGB Variations
Color information
#83F701 (or 0x83F701) is known color: Lawn Green. HEX triplet: 83, F7 and 01. RGB value is (131,247,1). Sum of RGB (Red+Green+Blue) = 131+247+1=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #83F701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83F701 is #7C08FE. Grayscale: #B9B9B9. Windows color (decimal): -8128767 or 128899. OLE color: 128899.
HSL color Cylindrical-coordinate representation of color #83F701: hue angle of 88.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83F701 is Cyan = 0.47, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 247 | 1 | - |
| CMYK | 0.47 | 0 | 1.00 | 0.03 |
| HSL | 88.29º | 0.99% | 0.49% | - |
| HSV(B) | 88.29º | 1% | 0.97% | - |
| XYZ | 42.63 | 71.35 | 11.55 | - |
| YUV | 184.27 | 24.57 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 247 | 1 | 0.47 | 0 | 1.00 | 0.03 | 88.29 | 0.99 | 0.49 |
| Hex | 83 | F7 | 1 | 2F | 0 | 64 | 3 | 58 | 63 | 31 |
| Octal | 203 | 367 | 1 | 57 | 0 | 144 | 3 | 130 | 143 | 61 |
| Binary | 10000011 | 11110111 | 1 | 101111 | 0 | 1100100 | 11 | 1011000 | 1100011 | 110001 |
Color Harmonies of #83F701
Complementary color
Monochromatic Colors of #83F701
Black with #83F701
Text Example
Text Example
White with #83F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F701; }
p { color: rgb(131,247,1); }
H1.HeaderClassName
{
color: #83F701;
}
.AnyTagClassName
{
color: #83F701;
}
</style>
background-color css
<style>
a { background-color: #83F701; }
a { background-color: rgb(131,247,1); }
div.DivClassName
{
background-color: #83F701;
}
.BgClassName
{
background-color: #83F701;
}
</style>
border-color css
<style>
span { border-color: #83F701; }
span { border-color: rgb(131,247,1); }
td.TdClassName
{
border-color: #83F701;
}
.TagClassName
{
border-color: #83F701;
}
</style>