Shades of Pastel Green #83ED60
Tints of Pastel Green #83ED60
RGB
CMYK
RGB Variations
Color information
#83ED60 (or 0x83ED60) is known color: Pastel Green. HEX triplet: 83, ED and 60. RGB value is (131,237,96). Sum of RGB (Red+Green+Blue) = 131+237+96=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83ED60 is #7C129F. Grayscale: #BDBDBD. Windows color (decimal): -8131232 or 6352259. OLE color: 6352259.
HSL color Cylindrical-coordinate representation of color #83ED60: hue angle of 105.11º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83ED60 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 96 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.07 |
| HSL | 105.11º | 0.8% | 0.65% | - |
| HSV(B) | 105.11º | 0.59% | 0.93% | - |
| XYZ | 41.76 | 66.24 | 21.65 | - |
| YUV | 189.23 | 75.38 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 96 | 0.45 | 0 | 0.59 | 0.07 | 105.11 | 0.8 | 0.65 |
| Hex | 83 | ED | 60 | 2D | 0 | 3B | 7 | 69 | 50 | 41 |
| Octal | 203 | 355 | 140 | 55 | 0 | 73 | 7 | 151 | 120 | 101 |
| Binary | 10000011 | 11101101 | 1100000 | 101101 | 0 | 111011 | 111 | 1101001 | 1010000 | 1000001 |
Color Harmonies of #83ED60
Complementary color
Monochromatic Colors of #83ED60
Black with #83ED60
Text Example
Text Example
White with #83ED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ED60; }
p { color: rgb(131,237,96); }
H1.HeaderClassName
{
color: #83ED60;
}
.AnyTagClassName
{
color: #83ED60;
}
</style>
background-color css
<style>
a { background-color: #83ED60; }
a { background-color: rgb(131,237,96); }
div.DivClassName
{
background-color: #83ED60;
}
.BgClassName
{
background-color: #83ED60;
}
</style>
border-color css
<style>
span { border-color: #83ED60; }
span { border-color: rgb(131,237,96); }
td.TdClassName
{
border-color: #83ED60;
}
.TagClassName
{
border-color: #83ED60;
}
</style>