Shades of Pastel Green #83E165
Tints of Pastel Green #83E165
RGB
CMYK
RGB Variations
Color information
#83E165 (or 0x83E165) is known color: Pastel Green. HEX triplet: 83, E1 and 65. RGB value is (131,225,101). Sum of RGB (Red+Green+Blue) = 131+225+101=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #83E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83E165 is #7C1E9A. Grayscale: #B7B7B7. Windows color (decimal): -8134299 or 6676867. OLE color: 6676867.
HSL color Cylindrical-coordinate representation of color #83E165: hue angle of 105.48º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83E165 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 225 | 101 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.12 |
| HSL | 105.48º | 0.67% | 0.64% | - |
| HSV(B) | 105.48º | 0.55% | 0.88% | - |
| XYZ | 38.63 | 59.62 | 21.78 | - |
| YUV | 182.76 | 81.86 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 225 | 101 | 0.42 | 0 | 0.55 | 0.12 | 105.48 | 0.67 | 0.64 |
| Hex | 83 | E1 | 65 | 2A | 0 | 37 | C | 69 | 43 | 40 |
| Octal | 203 | 341 | 145 | 52 | 0 | 67 | 14 | 151 | 103 | 100 |
| Binary | 10000011 | 11100001 | 1100101 | 101010 | 0 | 110111 | 1100 | 1101001 | 1000011 | 1000000 |
Color Harmonies of #83E165
Complementary color
Monochromatic Colors of #83E165
Black with #83E165
Text Example
Text Example
White with #83E165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E165; }
p { color: rgb(131,225,101); }
H1.HeaderClassName
{
color: #83E165;
}
.AnyTagClassName
{
color: #83E165;
}
</style>
background-color css
<style>
a { background-color: #83E165; }
a { background-color: rgb(131,225,101); }
div.DivClassName
{
background-color: #83E165;
}
.BgClassName
{
background-color: #83E165;
}
</style>
border-color css
<style>
span { border-color: #83E165; }
span { border-color: rgb(131,225,101); }
td.TdClassName
{
border-color: #83E165;
}
.TagClassName
{
border-color: #83E165;
}
</style>