Shades of Pastel Green #83ED5A
Tints of Pastel Green #83ED5A
RGB
CMYK
RGB Variations
Color information
#83ED5A (or 0x83ED5A) is known color: Pastel Green. HEX triplet: 83, ED and 5A. RGB value is (131,237,90). Sum of RGB (Red+Green+Blue) = 131+237+90=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83ED5A is #7C12A5. Grayscale: #BDBDBD. Windows color (decimal): -8131238 or 5959043. OLE color: 5959043.
HSL color Cylindrical-coordinate representation of color #83ED5A: hue angle of 103.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83ED5A is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 90 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.07 |
| HSL | 103.27º | 0.8% | 0.64% | - |
| HSV(B) | 103.27º | 0.62% | 0.93% | - |
| XYZ | 41.49 | 66.13 | 20.25 | - |
| YUV | 188.55 | 72.38 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 90 | 0.45 | 0 | 0.62 | 0.07 | 103.27 | 0.8 | 0.64 |
| Hex | 83 | ED | 5A | 2D | 0 | 3E | 7 | 67 | 50 | 40 |
| Octal | 203 | 355 | 132 | 55 | 0 | 76 | 7 | 147 | 120 | 100 |
| Binary | 10000011 | 11101101 | 1011010 | 101101 | 0 | 111110 | 111 | 1100111 | 1010000 | 1000000 |
Color Harmonies of #83ED5A
Complementary color
Monochromatic Colors of #83ED5A
Black with #83ED5A
Text Example
Text Example
White with #83ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ED5A; }
p { color: rgb(131,237,90); }
H1.HeaderClassName
{
color: #83ED5A;
}
.AnyTagClassName
{
color: #83ED5A;
}
</style>
background-color css
<style>
a { background-color: #83ED5A; }
a { background-color: rgb(131,237,90); }
div.DivClassName
{
background-color: #83ED5A;
}
.BgClassName
{
background-color: #83ED5A;
}
</style>
border-color css
<style>
span { border-color: #83ED5A; }
span { border-color: rgb(131,237,90); }
td.TdClassName
{
border-color: #83ED5A;
}
.TagClassName
{
border-color: #83ED5A;
}
</style>