Shades of Yellow Green #83D82F
Tints of Yellow Green #83D82F
RGB
CMYK
RGB Variations
Color information
#83D82F (or 0x83D82F) is known color: Yellow Green. HEX triplet: 83, D8 and 2F. RGB value is (131,216,47). Sum of RGB (Red+Green+Blue) = 131+216+47=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #83D82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D82F is #7C27D0. Grayscale: #ABABAB. Windows color (decimal): -8136657 or 3135619. OLE color: 3135619.
HSL color Cylindrical-coordinate representation of color #83D82F: hue angle of 90.18º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83D82F is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 47 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.15 |
| HSL | 90.18º | 0.68% | 0.52% | - |
| HSV(B) | 90.18º | 0.78% | 0.85% | - |
| XYZ | 34.43 | 54.14 | 11.33 | - |
| YUV | 171.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 47 | 0.39 | 0 | 0.78 | 0.15 | 90.18 | 0.68 | 0.52 |
| Hex | 83 | D8 | 2F | 27 | 0 | 4E | F | 5A | 44 | 34 |
| Octal | 203 | 330 | 57 | 47 | 0 | 116 | 17 | 132 | 104 | 64 |
| Binary | 10000011 | 11011000 | 101111 | 100111 | 0 | 1001110 | 1111 | 1011010 | 1000100 | 110100 |
Color Harmonies of #83D82F
Complementary color
Monochromatic Colors of #83D82F
Black with #83D82F
Text Example
Text Example
White with #83D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D82F; }
p { color: rgb(131,216,47); }
H1.HeaderClassName
{
color: #83D82F;
}
.AnyTagClassName
{
color: #83D82F;
}
</style>
background-color css
<style>
a { background-color: #83D82F; }
a { background-color: rgb(131,216,47); }
div.DivClassName
{
background-color: #83D82F;
}
.BgClassName
{
background-color: #83D82F;
}
</style>
border-color css
<style>
span { border-color: #83D82F; }
span { border-color: rgb(131,216,47); }
td.TdClassName
{
border-color: #83D82F;
}
.TagClassName
{
border-color: #83D82F;
}
</style>