Shades of Pastel Green #83E460
Tints of Pastel Green #83E460
RGB
CMYK
RGB Variations
Color information
#83E460 (or 0x83E460) is known color: Pastel Green. HEX triplet: 83, E4 and 60. RGB value is (131,228,96). Sum of RGB (Red+Green+Blue) = 131+228+96=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #83E460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E460 is #7C1B9F. Grayscale: #B8B8B8. Windows color (decimal): -8133536 or 6349955. OLE color: 6349955.
HSL color Cylindrical-coordinate representation of color #83E460: hue angle of 104.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83E460 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 228 | 96 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.11 |
| HSL | 104.09º | 0.71% | 0.64% | - |
| HSV(B) | 104.09º | 0.58% | 0.89% | - |
| XYZ | 39.21 | 61.16 | 20.8 | - |
| YUV | 183.95 | 78.36 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 228 | 96 | 0.43 | 0 | 0.58 | 0.11 | 104.09 | 0.71 | 0.64 |
| Hex | 83 | E4 | 60 | 2B | 0 | 3A | B | 68 | 47 | 40 |
| Octal | 203 | 344 | 140 | 53 | 0 | 72 | 13 | 150 | 107 | 100 |
| Binary | 10000011 | 11100100 | 1100000 | 101011 | 0 | 111010 | 1011 | 1101000 | 1000111 | 1000000 |
Color Harmonies of #83E460
Complementary color
Monochromatic Colors of #83E460
Black with #83E460
Text Example
Text Example
White with #83E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E460; }
p { color: rgb(131,228,96); }
H1.HeaderClassName
{
color: #83E460;
}
.AnyTagClassName
{
color: #83E460;
}
</style>
background-color css
<style>
a { background-color: #83E460; }
a { background-color: rgb(131,228,96); }
div.DivClassName
{
background-color: #83E460;
}
.BgClassName
{
background-color: #83E460;
}
</style>
border-color css
<style>
span { border-color: #83E460; }
span { border-color: rgb(131,228,96); }
td.TdClassName
{
border-color: #83E460;
}
.TagClassName
{
border-color: #83E460;
}
</style>