Shades of Lawn Green #83F225
Tints of Lawn Green #83F225
RGB
CMYK
RGB Variations
Color information
#83F225 (or 0x83F225) is known color: Lawn Green. HEX triplet: 83, F2 and 25. RGB value is (131,242,37). Sum of RGB (Red+Green+Blue) = 131+242+37=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #83F225 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F225 is #7C0DDA. Grayscale: #BABABA. Windows color (decimal): -8130011 or 2486915. OLE color: 2486915.
HSL color Cylindrical-coordinate representation of color #83F225: hue angle of 92.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83F225 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 37 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.05 |
| HSL | 92.49º | 0.89% | 0.55% | - |
| HSV(B) | 92.49º | 0.85% | 0.95% | - |
| XYZ | 41.45 | 68.46 | 12.78 | - |
| YUV | 185.44 | 44.23 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 37 | 0.46 | 0 | 0.85 | 0.05 | 92.49 | 0.89 | 0.55 |
| Hex | 83 | F2 | 25 | 2E | 0 | 55 | 5 | 5C | 59 | 37 |
| Octal | 203 | 362 | 45 | 56 | 0 | 125 | 5 | 134 | 131 | 67 |
| Binary | 10000011 | 11110010 | 100101 | 101110 | 0 | 1010101 | 101 | 1011100 | 1011001 | 110111 |
Color Harmonies of #83F225
Complementary color
Monochromatic Colors of #83F225
Black with #83F225
Text Example
Text Example
White with #83F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F225; }
p { color: rgb(131,242,37); }
H1.HeaderClassName
{
color: #83F225;
}
.AnyTagClassName
{
color: #83F225;
}
</style>
background-color css
<style>
a { background-color: #83F225; }
a { background-color: rgb(131,242,37); }
div.DivClassName
{
background-color: #83F225;
}
.BgClassName
{
background-color: #83F225;
}
</style>
border-color css
<style>
span { border-color: #83F225; }
span { border-color: rgb(131,242,37); }
td.TdClassName
{
border-color: #83F225;
}
.TagClassName
{
border-color: #83F225;
}
</style>