Shades of Pastel Green #83E075
Tints of Pastel Green #83E075
RGB
CMYK
RGB Variations
Color information
#83E075 (or 0x83E075) is known color: Pastel Green. HEX triplet: 83, E0 and 75. RGB value is (131,224,117). Sum of RGB (Red+Green+Blue) = 131+224+117=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #83E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E075 is #7C1F8A. Grayscale: #B8B8B8. Windows color (decimal): -8134539 or 7725187. OLE color: 7725187.
HSL color Cylindrical-coordinate representation of color #83E075: hue angle of 112.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83E075 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 224 | 117 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.12 |
| HSL | 112.15º | 0.63% | 0.67% | - |
| HSV(B) | 112.15º | 0.48% | 0.88% | - |
| XYZ | 39.23 | 59.42 | 26.23 | - |
| YUV | 184 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 224 | 117 | 0.42 | 0 | 0.48 | 0.12 | 112.15 | 0.63 | 0.67 |
| Hex | 83 | E0 | 75 | 2A | 0 | 30 | C | 70 | 3F | 43 |
| Octal | 203 | 340 | 165 | 52 | 0 | 60 | 14 | 160 | 77 | 103 |
| Binary | 10000011 | 11100000 | 1110101 | 101010 | 0 | 110000 | 1100 | 1110000 | 111111 | 1000011 |
Color Harmonies of #83E075
Complementary color
Monochromatic Colors of #83E075
Black with #83E075
Text Example
Text Example
White with #83E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E075; }
p { color: rgb(131,224,117); }
H1.HeaderClassName
{
color: #83E075;
}
.AnyTagClassName
{
color: #83E075;
}
</style>
background-color css
<style>
a { background-color: #83E075; }
a { background-color: rgb(131,224,117); }
div.DivClassName
{
background-color: #83E075;
}
.BgClassName
{
background-color: #83E075;
}
</style>
border-color css
<style>
span { border-color: #83E075; }
span { border-color: rgb(131,224,117); }
td.TdClassName
{
border-color: #83E075;
}
.TagClassName
{
border-color: #83E075;
}
</style>