Shades of Yellow Green #83D215
Tints of Yellow Green #83D215
RGB
CMYK
RGB Variations
Color information
#83D215 (or 0x83D215) is known color: Yellow Green. HEX triplet: 83, D2 and 15. RGB value is (131,210,21). Sum of RGB (Red+Green+Blue) = 131+210+21=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #83D215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D215 is #7C2DEA. Grayscale: #A5A5A5. Windows color (decimal): -8138219 or 1430147. OLE color: 1430147.
HSL color Cylindrical-coordinate representation of color #83D215: hue angle of 85.08º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83D215 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.18 |
| HSL | 85.08º | 0.82% | 0.45% | - |
| HSV(B) | 85.08º | 0.9% | 0.82% | - |
| XYZ | 32.54 | 50.97 | 8.83 | - |
| YUV | 164.83 | 46.83 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 21 | 0.38 | 0 | 0.90 | 0.18 | 85.08 | 0.82 | 0.45 |
| Hex | 83 | D2 | 15 | 26 | 0 | 5A | 12 | 55 | 52 | 2D |
| Octal | 203 | 322 | 25 | 46 | 0 | 132 | 22 | 125 | 122 | 55 |
| Binary | 10000011 | 11010010 | 10101 | 100110 | 0 | 1011010 | 10010 | 1010101 | 1010010 | 101101 |
Color Harmonies of #83D215
Complementary color
Monochromatic Colors of #83D215
Black with #83D215
Text Example
Text Example
White with #83D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D215; }
p { color: rgb(131,210,21); }
H1.HeaderClassName
{
color: #83D215;
}
.AnyTagClassName
{
color: #83D215;
}
</style>
background-color css
<style>
a { background-color: #83D215; }
a { background-color: rgb(131,210,21); }
div.DivClassName
{
background-color: #83D215;
}
.BgClassName
{
background-color: #83D215;
}
</style>
border-color css
<style>
span { border-color: #83D215; }
span { border-color: rgb(131,210,21); }
td.TdClassName
{
border-color: #83D215;
}
.TagClassName
{
border-color: #83D215;
}
</style>