Shades of Pastel Green #83E07D
Tints of Pastel Green #83E07D
RGB
CMYK
RGB Variations
Color information
#83E07D (or 0x83E07D) is known color: Pastel Green. HEX triplet: 83, E0 and 7D. RGB value is (131,224,125). Sum of RGB (Red+Green+Blue) = 131+224+125=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #83E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E07D is #7C1F82. Grayscale: #B9B9B9. Windows color (decimal): -8134531 or 8249475. OLE color: 8249475.
HSL color Cylindrical-coordinate representation of color #83E07D: hue angle of 116.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E07D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 224 | 125 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.12 |
| HSL | 116.36º | 0.61% | 0.68% | - |
| HSV(B) | 116.36º | 0.44% | 0.88% | - |
| XYZ | 39.72 | 59.62 | 28.82 | - |
| YUV | 184.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 224 | 125 | 0.42 | 0 | 0.44 | 0.12 | 116.36 | 0.61 | 0.68 |
| Hex | 83 | E0 | 7D | 2A | 0 | 2C | C | 74 | 3D | 44 |
| Octal | 203 | 340 | 175 | 52 | 0 | 54 | 14 | 164 | 75 | 104 |
| Binary | 10000011 | 11100000 | 1111101 | 101010 | 0 | 101100 | 1100 | 1110100 | 111101 | 1000100 |
Color Harmonies of #83E07D
Complementary color
Monochromatic Colors of #83E07D
Black with #83E07D
Text Example
Text Example
White with #83E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E07D; }
p { color: rgb(131,224,125); }
H1.HeaderClassName
{
color: #83E07D;
}
.AnyTagClassName
{
color: #83E07D;
}
</style>
background-color css
<style>
a { background-color: #83E07D; }
a { background-color: rgb(131,224,125); }
div.DivClassName
{
background-color: #83E07D;
}
.BgClassName
{
background-color: #83E07D;
}
</style>
border-color css
<style>
span { border-color: #83E07D; }
span { border-color: rgb(131,224,125); }
td.TdClassName
{
border-color: #83E07D;
}
.TagClassName
{
border-color: #83E07D;
}
</style>