Shades of Pastel Green #83F772
Tints of Pastel Green #83F772
RGB
CMYK
RGB Variations
Color information
#83F772 (or 0x83F772) is known color: Pastel Green. HEX triplet: 83, F7 and 72. RGB value is (131,247,114). Sum of RGB (Red+Green+Blue) = 131+247+114=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #83F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F772 is #7C088D. Grayscale: #C5C5C5. Windows color (decimal): -8128654 or 7534467. OLE color: 7534467.
HSL color Cylindrical-coordinate representation of color #83F772: hue angle of 112.33º degrees, saturation: 0.89, 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 #83F772 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 247 | 114 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.03 |
| HSL | 112.33º | 0.89% | 0.71% | - |
| HSV(B) | 112.33º | 0.54% | 0.97% | - |
| XYZ | 45.66 | 72.56 | 27.52 | - |
| YUV | 197.15 | 81.07 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 247 | 114 | 0.47 | 0 | 0.54 | 0.03 | 112.33 | 0.89 | 0.71 |
| Hex | 83 | F7 | 72 | 2F | 0 | 36 | 3 | 70 | 59 | 47 |
| Octal | 203 | 367 | 162 | 57 | 0 | 66 | 3 | 160 | 131 | 107 |
| Binary | 10000011 | 11110111 | 1110010 | 101111 | 0 | 110110 | 11 | 1110000 | 1011001 | 1000111 |
Color Harmonies of #83F772
Complementary color
Monochromatic Colors of #83F772
Black with #83F772
Text Example
Text Example
White with #83F772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F772; }
p { color: rgb(131,247,114); }
H1.HeaderClassName
{
color: #83F772;
}
.AnyTagClassName
{
color: #83F772;
}
</style>
background-color css
<style>
a { background-color: #83F772; }
a { background-color: rgb(131,247,114); }
div.DivClassName
{
background-color: #83F772;
}
.BgClassName
{
background-color: #83F772;
}
</style>
border-color css
<style>
span { border-color: #83F772; }
span { border-color: rgb(131,247,114); }
td.TdClassName
{
border-color: #83F772;
}
.TagClassName
{
border-color: #83F772;
}
</style>