Shades of Pastel Green #83D378
Tints of Pastel Green #83D378
RGB
CMYK
RGB Variations
Color information
#83D378 (or 0x83D378) is known color: Pastel Green. HEX triplet: 83, D3 and 78. RGB value is (131,211,120). Sum of RGB (Red+Green+Blue) = 131+211+120=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #83D378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D378 is #7C2C87. Grayscale: #B0B0B0. Windows color (decimal): -8137864 or 7918467. OLE color: 7918467.
HSL color Cylindrical-coordinate representation of color #83D378: hue angle of 112.75º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83D378 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 120 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.17 |
| HSL | 112.75º | 0.51% | 0.65% | - |
| HSV(B) | 112.75º | 0.43% | 0.83% | - |
| XYZ | 36.04 | 52.77 | 26.06 | - |
| YUV | 176.71 | 96 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 120 | 0.38 | 0 | 0.43 | 0.17 | 112.75 | 0.51 | 0.65 |
| Hex | 83 | D3 | 78 | 26 | 0 | 2B | 11 | 71 | 33 | 41 |
| Octal | 203 | 323 | 170 | 46 | 0 | 53 | 21 | 161 | 63 | 101 |
| Binary | 10000011 | 11010011 | 1111000 | 100110 | 0 | 101011 | 10001 | 1110001 | 110011 | 1000001 |
Color Harmonies of #83D378
Complementary color
Monochromatic Colors of #83D378
Black with #83D378
Text Example
Text Example
White with #83D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D378; }
p { color: rgb(131,211,120); }
H1.HeaderClassName
{
color: #83D378;
}
.AnyTagClassName
{
color: #83D378;
}
</style>
background-color css
<style>
a { background-color: #83D378; }
a { background-color: rgb(131,211,120); }
div.DivClassName
{
background-color: #83D378;
}
.BgClassName
{
background-color: #83D378;
}
</style>
border-color css
<style>
span { border-color: #83D378; }
span { border-color: rgb(131,211,120); }
td.TdClassName
{
border-color: #83D378;
}
.TagClassName
{
border-color: #83D378;
}
</style>