Shades of Pastel Green #83DF71
Tints of Pastel Green #83DF71
RGB
CMYK
RGB Variations
Color information
#83DF71 (or 0x83DF71) is known color: Pastel Green. HEX triplet: 83, DF and 71. RGB value is (131,223,113). Sum of RGB (Red+Green+Blue) = 131+223+113=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DF71 is #7C208E. Grayscale: #B7B7B7. Windows color (decimal): -8134799 or 7462787. OLE color: 7462787.
HSL color Cylindrical-coordinate representation of color #83DF71: hue angle of 110.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83DF71 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 113 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.13 |
| HSL | 110.18º | 0.63% | 0.66% | - |
| HSV(B) | 110.18º | 0.49% | 0.87% | - |
| XYZ | 38.73 | 58.79 | 24.93 | - |
| YUV | 182.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 113 | 0.41 | 0 | 0.49 | 0.13 | 110.18 | 0.63 | 0.66 |
| Hex | 83 | DF | 71 | 29 | 0 | 31 | D | 6E | 3F | 42 |
| Octal | 203 | 337 | 161 | 51 | 0 | 61 | 15 | 156 | 77 | 102 |
| Binary | 10000011 | 11011111 | 1110001 | 101001 | 0 | 110001 | 1101 | 1101110 | 111111 | 1000010 |
Color Harmonies of #83DF71
Complementary color
Monochromatic Colors of #83DF71
Black with #83DF71
Text Example
Text Example
White with #83DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DF71; }
p { color: rgb(131,223,113); }
H1.HeaderClassName
{
color: #83DF71;
}
.AnyTagClassName
{
color: #83DF71;
}
</style>
background-color css
<style>
a { background-color: #83DF71; }
a { background-color: rgb(131,223,113); }
div.DivClassName
{
background-color: #83DF71;
}
.BgClassName
{
background-color: #83DF71;
}
</style>
border-color css
<style>
span { border-color: #83DF71; }
span { border-color: rgb(131,223,113); }
td.TdClassName
{
border-color: #83DF71;
}
.TagClassName
{
border-color: #83DF71;
}
</style>