Shades of Pastel Green #83D06F
Tints of Pastel Green #83D06F
RGB
CMYK
RGB Variations
Color information
#83D06F (or 0x83D06F) is known color: Pastel Green. HEX triplet: 83, D0 and 6F. RGB value is (131,208,111). Sum of RGB (Red+Green+Blue) = 131+208+111=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #83D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D06F is #7C2F90. Grayscale: #AEAEAE. Windows color (decimal): -8138641 or 7327875. OLE color: 7327875.
HSL color Cylindrical-coordinate representation of color #83D06F: hue angle of 107.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83D06F is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 111 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.18 |
| HSL | 107.63º | 0.51% | 0.63% | - |
| HSV(B) | 107.63º | 0.47% | 0.82% | - |
| XYZ | 34.79 | 51.08 | 23.07 | - |
| YUV | 173.92 | 92.49 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 111 | 0.37 | 0 | 0.47 | 0.18 | 107.63 | 0.51 | 0.63 |
| Hex | 83 | D0 | 6F | 25 | 0 | 2F | 12 | 6C | 33 | 3F |
| Octal | 203 | 320 | 157 | 45 | 0 | 57 | 22 | 154 | 63 | 77 |
| Binary | 10000011 | 11010000 | 1101111 | 100101 | 0 | 101111 | 10010 | 1101100 | 110011 | 111111 |
Color Harmonies of #83D06F
Complementary color
Monochromatic Colors of #83D06F
Black with #83D06F
Text Example
Text Example
White with #83D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D06F; }
p { color: rgb(131,208,111); }
H1.HeaderClassName
{
color: #83D06F;
}
.AnyTagClassName
{
color: #83D06F;
}
</style>
background-color css
<style>
a { background-color: #83D06F; }
a { background-color: rgb(131,208,111); }
div.DivClassName
{
background-color: #83D06F;
}
.BgClassName
{
background-color: #83D06F;
}
</style>
border-color css
<style>
span { border-color: #83D06F; }
span { border-color: rgb(131,208,111); }
td.TdClassName
{
border-color: #83D06F;
}
.TagClassName
{
border-color: #83D06F;
}
</style>