Shades of Yellow Green #83D212
Tints of Yellow Green #83D212
RGB
CMYK
RGB Variations
Color information
#83D212 (or 0x83D212) is known color: Yellow Green. HEX triplet: 83, D2 and 12. RGB value is (131,210,18). Sum of RGB (Red+Green+Blue) = 131+210+18=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #83D212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D212 is #7C2DED. Grayscale: #A5A5A5. Windows color (decimal): -8138222 or 1233539. OLE color: 1233539.
HSL color Cylindrical-coordinate representation of color #83D212: hue angle of 84.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83D212 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 18 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.18 |
| HSL | 84.69º | 0.84% | 0.45% | - |
| HSV(B) | 84.69º | 0.91% | 0.82% | - |
| XYZ | 32.52 | 50.96 | 8.7 | - |
| YUV | 164.49 | 45.33 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 18 | 0.38 | 0 | 0.91 | 0.18 | 84.69 | 0.84 | 0.45 |
| Hex | 83 | D2 | 12 | 26 | 0 | 5B | 12 | 55 | 54 | 2D |
| Octal | 203 | 322 | 22 | 46 | 0 | 133 | 22 | 125 | 124 | 55 |
| Binary | 10000011 | 11010010 | 10010 | 100110 | 0 | 1011011 | 10010 | 1010101 | 1010100 | 101101 |
Color Harmonies of #83D212
Complementary color
Monochromatic Colors of #83D212
Black with #83D212
Text Example
Text Example
White with #83D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D212; }
p { color: rgb(131,210,18); }
H1.HeaderClassName
{
color: #83D212;
}
.AnyTagClassName
{
color: #83D212;
}
</style>
background-color css
<style>
a { background-color: #83D212; }
a { background-color: rgb(131,210,18); }
div.DivClassName
{
background-color: #83D212;
}
.BgClassName
{
background-color: #83D212;
}
</style>
border-color css
<style>
span { border-color: #83D212; }
span { border-color: rgb(131,210,18); }
td.TdClassName
{
border-color: #83D212;
}
.TagClassName
{
border-color: #83D212;
}
</style>