Shades of Green Yellow #83FE32
Tints of Green Yellow #83FE32
RGB
CMYK
RGB Variations
Color information
#83FE32 (or 0x83FE32) is known color: Green Yellow. HEX triplet: 83, FE and 32. RGB value is (131,254,50). Sum of RGB (Red+Green+Blue) = 131+254+50=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #83FE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FE32 is #7C01CD. Grayscale: #C2C2C2. Windows color (decimal): -8126926 or 3341955. OLE color: 3341955.
HSL color Cylindrical-coordinate representation of color #83FE32: hue angle of 96.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83FE32 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 254 | 50 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.00 |
| HSL | 96.18º | 0.99% | 0.6% | - |
| HSV(B) | 96.18º | 0.8% | 1% | - |
| XYZ | 45.38 | 75.94 | 15.28 | - |
| YUV | 193.97 | 46.75 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 254 | 50 | 0.48 | 0 | 0.80 | 0.00 | 96.18 | 0.99 | 0.6 |
| Hex | 83 | FE | 32 | 30 | 0 | 50 | 0 | 60 | 63 | 3C |
| Octal | 203 | 376 | 62 | 60 | 0 | 120 | 0 | 140 | 143 | 74 |
| Binary | 10000011 | 11111110 | 110010 | 110000 | 0 | 1010000 | 0 | 1100000 | 1100011 | 111100 |
Color Harmonies of #83FE32
Complementary color
Monochromatic Colors of #83FE32
Black with #83FE32
Text Example
Text Example
White with #83FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FE32; }
p { color: rgb(131,254,50); }
H1.HeaderClassName
{
color: #83FE32;
}
.AnyTagClassName
{
color: #83FE32;
}
</style>
background-color css
<style>
a { background-color: #83FE32; }
a { background-color: rgb(131,254,50); }
div.DivClassName
{
background-color: #83FE32;
}
.BgClassName
{
background-color: #83FE32;
}
</style>
border-color css
<style>
span { border-color: #83FE32; }
span { border-color: rgb(131,254,50); }
td.TdClassName
{
border-color: #83FE32;
}
.TagClassName
{
border-color: #83FE32;
}
</style>