Shades of Yellow Green #83DC32
Tints of Yellow Green #83DC32
RGB
CMYK
RGB Variations
Color information
#83DC32 (or 0x83DC32) is known color: Yellow Green. HEX triplet: 83, DC and 32. RGB value is (131,220,50). Sum of RGB (Red+Green+Blue) = 131+220+50=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DC32 is #7C23CD. Grayscale: #AEAEAE. Windows color (decimal): -8135630 or 3333251. OLE color: 3333251.
HSL color Cylindrical-coordinate representation of color #83DC32: hue angle of 91.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83DC32 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 50 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.14 |
| HSL | 91.41º | 0.71% | 0.53% | - |
| HSV(B) | 91.41º | 0.77% | 0.86% | - |
| XYZ | 35.53 | 56.24 | 12 | - |
| YUV | 174.01 | 58.01 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 50 | 0.40 | 0 | 0.77 | 0.14 | 91.41 | 0.71 | 0.53 |
| Hex | 83 | DC | 32 | 28 | 0 | 4D | E | 5B | 47 | 35 |
| Octal | 203 | 334 | 62 | 50 | 0 | 115 | 16 | 133 | 107 | 65 |
| Binary | 10000011 | 11011100 | 110010 | 101000 | 0 | 1001101 | 1110 | 1011011 | 1000111 | 110101 |
Color Harmonies of #83DC32
Complementary color
Monochromatic Colors of #83DC32
Black with #83DC32
Text Example
Text Example
White with #83DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DC32; }
p { color: rgb(131,220,50); }
H1.HeaderClassName
{
color: #83DC32;
}
.AnyTagClassName
{
color: #83DC32;
}
</style>
background-color css
<style>
a { background-color: #83DC32; }
a { background-color: rgb(131,220,50); }
div.DivClassName
{
background-color: #83DC32;
}
.BgClassName
{
background-color: #83DC32;
}
</style>
border-color css
<style>
span { border-color: #83DC32; }
span { border-color: rgb(131,220,50); }
td.TdClassName
{
border-color: #83DC32;
}
.TagClassName
{
border-color: #83DC32;
}
</style>