Shades of Pastel Green #83EF7D
Tints of Pastel Green #83EF7D
RGB
CMYK
RGB Variations
Color information
#83EF7D (or 0x83EF7D) is known color: Pastel Green. HEX triplet: 83, EF and 7D. RGB value is (131,239,125). Sum of RGB (Red+Green+Blue) = 131+239+125=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #83EF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83EF7D is #7C1082. Grayscale: #C2C2C2. Windows color (decimal): -8130691 or 8253315. OLE color: 8253315.
HSL color Cylindrical-coordinate representation of color #83EF7D: hue angle of 116.84º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83EF7D is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 125 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.06 |
| HSL | 116.84º | 0.78% | 0.71% | - |
| HSV(B) | 116.84º | 0.48% | 0.94% | - |
| XYZ | 43.93 | 68.04 | 30.22 | - |
| YUV | 193.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 125 | 0.45 | 0 | 0.48 | 0.06 | 116.84 | 0.78 | 0.71 |
| Hex | 83 | EF | 7D | 2D | 0 | 30 | 6 | 75 | 4E | 47 |
| Octal | 203 | 357 | 175 | 55 | 0 | 60 | 6 | 165 | 116 | 107 |
| Binary | 10000011 | 11101111 | 1111101 | 101101 | 0 | 110000 | 110 | 1110101 | 1001110 | 1000111 |
Color Harmonies of #83EF7D
Complementary color
Monochromatic Colors of #83EF7D
Black with #83EF7D
Text Example
Text Example
White with #83EF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EF7D; }
p { color: rgb(131,239,125); }
H1.HeaderClassName
{
color: #83EF7D;
}
.AnyTagClassName
{
color: #83EF7D;
}
</style>
background-color css
<style>
a { background-color: #83EF7D; }
a { background-color: rgb(131,239,125); }
div.DivClassName
{
background-color: #83EF7D;
}
.BgClassName
{
background-color: #83EF7D;
}
</style>
border-color css
<style>
span { border-color: #83EF7D; }
span { border-color: rgb(131,239,125); }
td.TdClassName
{
border-color: #83EF7D;
}
.TagClassName
{
border-color: #83EF7D;
}
</style>