Shades of Pastel Green #83E461
Tints of Pastel Green #83E461
RGB
CMYK
RGB Variations
Color information
#83E461 (or 0x83E461) is known color: Pastel Green. HEX triplet: 83, E4 and 61. RGB value is (131,228,97). Sum of RGB (Red+Green+Blue) = 131+228+97=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #83E461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E461 is #7C1B9E. Grayscale: #B8B8B8. Windows color (decimal): -8133535 or 6415491. OLE color: 6415491.
HSL color Cylindrical-coordinate representation of color #83E461: hue angle of 104.43º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83E461 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 228 | 97 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.11 |
| HSL | 104.43º | 0.71% | 0.64% | - |
| HSV(B) | 104.43º | 0.57% | 0.89% | - |
| XYZ | 39.26 | 61.18 | 21.05 | - |
| YUV | 184.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 228 | 97 | 0.43 | 0 | 0.57 | 0.11 | 104.43 | 0.71 | 0.64 |
| Hex | 83 | E4 | 61 | 2B | 0 | 39 | B | 68 | 47 | 40 |
| Octal | 203 | 344 | 141 | 53 | 0 | 71 | 13 | 150 | 107 | 100 |
| Binary | 10000011 | 11100100 | 1100001 | 101011 | 0 | 111001 | 1011 | 1101000 | 1000111 | 1000000 |
Color Harmonies of #83E461
Complementary color
Monochromatic Colors of #83E461
Black with #83E461
Text Example
Text Example
White with #83E461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E461; }
p { color: rgb(131,228,97); }
H1.HeaderClassName
{
color: #83E461;
}
.AnyTagClassName
{
color: #83E461;
}
</style>
background-color css
<style>
a { background-color: #83E461; }
a { background-color: rgb(131,228,97); }
div.DivClassName
{
background-color: #83E461;
}
.BgClassName
{
background-color: #83E461;
}
</style>
border-color css
<style>
span { border-color: #83E461; }
span { border-color: rgb(131,228,97); }
td.TdClassName
{
border-color: #83E461;
}
.TagClassName
{
border-color: #83E461;
}
</style>