Shades of Pastel Green #83D274
Tints of Pastel Green #83D274
RGB
CMYK
RGB Variations
Color information
#83D274 (or 0x83D274) is known color: Pastel Green. HEX triplet: 83, D2 and 74. RGB value is (131,210,116). Sum of RGB (Red+Green+Blue) = 131+210+116=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #83D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D274 is #7C2D8B. Grayscale: #AFAFAF. Windows color (decimal): -8138124 or 7656067. OLE color: 7656067.
HSL color Cylindrical-coordinate representation of color #83D274: hue angle of 110.43º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83D274 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 116 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.18 |
| HSL | 110.43º | 0.51% | 0.64% | - |
| HSV(B) | 110.43º | 0.45% | 0.82% | - |
| XYZ | 35.56 | 52.18 | 24.72 | - |
| YUV | 175.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 116 | 0.38 | 0 | 0.45 | 0.18 | 110.43 | 0.51 | 0.64 |
| Hex | 83 | D2 | 74 | 26 | 0 | 2D | 12 | 6E | 33 | 40 |
| Octal | 203 | 322 | 164 | 46 | 0 | 55 | 22 | 156 | 63 | 100 |
| Binary | 10000011 | 11010010 | 1110100 | 100110 | 0 | 101101 | 10010 | 1101110 | 110011 | 1000000 |
Color Harmonies of #83D274
Complementary color
Monochromatic Colors of #83D274
Black with #83D274
Text Example
Text Example
White with #83D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D274; }
p { color: rgb(131,210,116); }
H1.HeaderClassName
{
color: #83D274;
}
.AnyTagClassName
{
color: #83D274;
}
</style>
background-color css
<style>
a { background-color: #83D274; }
a { background-color: rgb(131,210,116); }
div.DivClassName
{
background-color: #83D274;
}
.BgClassName
{
background-color: #83D274;
}
</style>
border-color css
<style>
span { border-color: #83D274; }
span { border-color: rgb(131,210,116); }
td.TdClassName
{
border-color: #83D274;
}
.TagClassName
{
border-color: #83D274;
}
</style>