Shades of Pastel Green #83E374
Tints of Pastel Green #83E374
RGB
CMYK
RGB Variations
Color information
#83E374 (or 0x83E374) is known color: Pastel Green. HEX triplet: 83, E3 and 74. RGB value is (131,227,116). Sum of RGB (Red+Green+Blue) = 131+227+116=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #83E374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E374 is #7C1C8B. Grayscale: #B9B9B9. Windows color (decimal): -8133772 or 7660419. OLE color: 7660419.
HSL color Cylindrical-coordinate representation of color #83E374: hue angle of 111.89º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83E374 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 116 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.11 |
| HSL | 111.89º | 0.66% | 0.67% | - |
| HSV(B) | 111.89º | 0.49% | 0.89% | - |
| XYZ | 39.98 | 61.02 | 26.19 | - |
| YUV | 185.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 116 | 0.42 | 0 | 0.49 | 0.11 | 111.89 | 0.66 | 0.67 |
| Hex | 83 | E3 | 74 | 2A | 0 | 31 | B | 70 | 42 | 43 |
| Octal | 203 | 343 | 164 | 52 | 0 | 61 | 13 | 160 | 102 | 103 |
| Binary | 10000011 | 11100011 | 1110100 | 101010 | 0 | 110001 | 1011 | 1110000 | 1000010 | 1000011 |
Color Harmonies of #83E374
Complementary color
Monochromatic Colors of #83E374
Black with #83E374
Text Example
Text Example
White with #83E374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E374; }
p { color: rgb(131,227,116); }
H1.HeaderClassName
{
color: #83E374;
}
.AnyTagClassName
{
color: #83E374;
}
</style>
background-color css
<style>
a { background-color: #83E374; }
a { background-color: rgb(131,227,116); }
div.DivClassName
{
background-color: #83E374;
}
.BgClassName
{
background-color: #83E374;
}
</style>
border-color css
<style>
span { border-color: #83E374; }
span { border-color: rgb(131,227,116); }
td.TdClassName
{
border-color: #83E374;
}
.TagClassName
{
border-color: #83E374;
}
</style>