Shades of Yellow Green #83D11F
Tints of Yellow Green #83D11F
RGB
CMYK
RGB Variations
Color information
#83D11F (or 0x83D11F) is known color: Yellow Green. HEX triplet: 83, D1 and 1F. RGB value is (131,209,31). Sum of RGB (Red+Green+Blue) = 131+209+31=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #83D11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D11F is #7C2EE0. Grayscale: #A6A6A6. Windows color (decimal): -8138465 or 2085251. OLE color: 2085251.
HSL color Cylindrical-coordinate representation of color #83D11F: hue angle of 86.29º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83D11F is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 209 | 31 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.18 |
| HSL | 86.29º | 0.74% | 0.47% | - |
| HSV(B) | 86.29º | 0.85% | 0.82% | - |
| XYZ | 32.41 | 50.53 | 9.34 | - |
| YUV | 165.39 | 52.16 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 209 | 31 | 0.37 | 0 | 0.85 | 0.18 | 86.29 | 0.74 | 0.47 |
| Hex | 83 | D1 | 1F | 25 | 0 | 55 | 12 | 56 | 4A | 2F |
| Octal | 203 | 321 | 37 | 45 | 0 | 125 | 22 | 126 | 112 | 57 |
| Binary | 10000011 | 11010001 | 11111 | 100101 | 0 | 1010101 | 10010 | 1010110 | 1001010 | 101111 |
Color Harmonies of #83D11F
Complementary color
Monochromatic Colors of #83D11F
Black with #83D11F
Text Example
Text Example
White with #83D11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D11F; }
p { color: rgb(131,209,31); }
H1.HeaderClassName
{
color: #83D11F;
}
.AnyTagClassName
{
color: #83D11F;
}
</style>
background-color css
<style>
a { background-color: #83D11F; }
a { background-color: rgb(131,209,31); }
div.DivClassName
{
background-color: #83D11F;
}
.BgClassName
{
background-color: #83D11F;
}
</style>
border-color css
<style>
span { border-color: #83D11F; }
span { border-color: rgb(131,209,31); }
td.TdClassName
{
border-color: #83D11F;
}
.TagClassName
{
border-color: #83D11F;
}
</style>