Shades of Yellow Green #83D81F
Tints of Yellow Green #83D81F
RGB
CMYK
RGB Variations
Color information
#83D81F (or 0x83D81F) is known color: Yellow Green. HEX triplet: 83, D8 and 1F. RGB value is (131,216,31). Sum of RGB (Red+Green+Blue) = 131+216+31=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #83D81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D81F is #7C27E0. Grayscale: #AAAAAA. Windows color (decimal): -8136673 or 2087043. OLE color: 2087043.
HSL color Cylindrical-coordinate representation of color #83D81F: hue angle of 87.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83D81F is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 31 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.15 |
| HSL | 87.57º | 0.75% | 0.48% | - |
| HSV(B) | 87.57º | 0.86% | 0.85% | - |
| XYZ | 34.16 | 54.04 | 9.93 | - |
| YUV | 169.5 | 49.84 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 31 | 0.39 | 0 | 0.86 | 0.15 | 87.57 | 0.75 | 0.48 |
| Hex | 83 | D8 | 1F | 27 | 0 | 56 | F | 58 | 4B | 30 |
| Octal | 203 | 330 | 37 | 47 | 0 | 126 | 17 | 130 | 113 | 60 |
| Binary | 10000011 | 11011000 | 11111 | 100111 | 0 | 1010110 | 1111 | 1011000 | 1001011 | 110000 |
Color Harmonies of #83D81F
Complementary color
Monochromatic Colors of #83D81F
Black with #83D81F
Text Example
Text Example
White with #83D81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D81F; }
p { color: rgb(131,216,31); }
H1.HeaderClassName
{
color: #83D81F;
}
.AnyTagClassName
{
color: #83D81F;
}
</style>
background-color css
<style>
a { background-color: #83D81F; }
a { background-color: rgb(131,216,31); }
div.DivClassName
{
background-color: #83D81F;
}
.BgClassName
{
background-color: #83D81F;
}
</style>
border-color css
<style>
span { border-color: #83D81F; }
span { border-color: rgb(131,216,31); }
td.TdClassName
{
border-color: #83D81F;
}
.TagClassName
{
border-color: #83D81F;
}
</style>