Shades of Pastel Green #83ED6A
Tints of Pastel Green #83ED6A
RGB
CMYK
RGB Variations
Color information
#83ED6A (or 0x83ED6A) is known color: Pastel Green. HEX triplet: 83, ED and 6A. RGB value is (131,237,106). Sum of RGB (Red+Green+Blue) = 131+237+106=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83ED6A is #7C1295. Grayscale: #BEBEBE. Windows color (decimal): -8131222 or 7007619. OLE color: 7007619.
HSL color Cylindrical-coordinate representation of color #83ED6A: hue angle of 108.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83ED6A is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 106 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.07 |
| HSL | 108.55º | 0.78% | 0.67% | - |
| HSV(B) | 108.55º | 0.55% | 0.93% | - |
| XYZ | 42.25 | 66.43 | 24.23 | - |
| YUV | 190.37 | 80.38 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 106 | 0.45 | 0 | 0.55 | 0.07 | 108.55 | 0.78 | 0.67 |
| Hex | 83 | ED | 6A | 2D | 0 | 37 | 7 | 6D | 4E | 43 |
| Octal | 203 | 355 | 152 | 55 | 0 | 67 | 7 | 155 | 116 | 103 |
| Binary | 10000011 | 11101101 | 1101010 | 101101 | 0 | 110111 | 111 | 1101101 | 1001110 | 1000011 |
Color Harmonies of #83ED6A
Complementary color
Monochromatic Colors of #83ED6A
Black with #83ED6A
Text Example
Text Example
White with #83ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ED6A; }
p { color: rgb(131,237,106); }
H1.HeaderClassName
{
color: #83ED6A;
}
.AnyTagClassName
{
color: #83ED6A;
}
</style>
background-color css
<style>
a { background-color: #83ED6A; }
a { background-color: rgb(131,237,106); }
div.DivClassName
{
background-color: #83ED6A;
}
.BgClassName
{
background-color: #83ED6A;
}
</style>
border-color css
<style>
span { border-color: #83ED6A; }
span { border-color: rgb(131,237,106); }
td.TdClassName
{
border-color: #83ED6A;
}
.TagClassName
{
border-color: #83ED6A;
}
</style>