Shades of Pastel Green #83F871
Tints of Pastel Green #83F871
RGB
CMYK
RGB Variations
Color information
#83F871 (or 0x83F871) is known color: Pastel Green. HEX triplet: 83, F8 and 71. RGB value is (131,248,113). Sum of RGB (Red+Green+Blue) = 131+248+113=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #83F871 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F871 is #7C078E. Grayscale: #C6C6C6. Windows color (decimal): -8128399 or 7469187. OLE color: 7469187.
HSL color Cylindrical-coordinate representation of color #83F871: hue angle of 112º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83F871 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 248 | 113 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.03 |
| HSL | 112º | 0.91% | 0.71% | - |
| HSV(B) | 112º | 0.54% | 0.97% | - |
| XYZ | 45.91 | 73.15 | 27.32 | - |
| YUV | 197.63 | 80.24 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 248 | 113 | 0.47 | 0 | 0.54 | 0.03 | 112 | 0.91 | 0.71 |
| Hex | 83 | F8 | 71 | 2F | 0 | 36 | 3 | 70 | 5B | 47 |
| Octal | 203 | 370 | 161 | 57 | 0 | 66 | 3 | 160 | 133 | 107 |
| Binary | 10000011 | 11111000 | 1110001 | 101111 | 0 | 110110 | 11 | 1110000 | 1011011 | 1000111 |
Color Harmonies of #83F871
Complementary color
Monochromatic Colors of #83F871
Black with #83F871
Text Example
Text Example
White with #83F871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F871; }
p { color: rgb(131,248,113); }
H1.HeaderClassName
{
color: #83F871;
}
.AnyTagClassName
{
color: #83F871;
}
</style>
background-color css
<style>
a { background-color: #83F871; }
a { background-color: rgb(131,248,113); }
div.DivClassName
{
background-color: #83F871;
}
.BgClassName
{
background-color: #83F871;
}
</style>
border-color css
<style>
span { border-color: #83F871; }
span { border-color: rgb(131,248,113); }
td.TdClassName
{
border-color: #83F871;
}
.TagClassName
{
border-color: #83F871;
}
</style>