Shades of Pastel Green #83DF72
Tints of Pastel Green #83DF72
RGB
CMYK
RGB Variations
Color information
#83DF72 (or 0x83DF72) is known color: Pastel Green. HEX triplet: 83, DF and 72. RGB value is (131,223,114). Sum of RGB (Red+Green+Blue) = 131+223+114=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DF72 is #7C208D. Grayscale: #B7B7B7. Windows color (decimal): -8134798 or 7528323. OLE color: 7528323.
HSL color Cylindrical-coordinate representation of color #83DF72: hue angle of 110.64º 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 #83DF72 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 114 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.13 |
| HSL | 110.64º | 0.63% | 0.66% | - |
| HSV(B) | 110.64º | 0.49% | 0.87% | - |
| XYZ | 38.79 | 58.82 | 25.23 | - |
| YUV | 183.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 114 | 0.41 | 0 | 0.49 | 0.13 | 110.64 | 0.63 | 0.66 |
| Hex | 83 | DF | 72 | 29 | 0 | 31 | D | 6F | 3F | 42 |
| Octal | 203 | 337 | 162 | 51 | 0 | 61 | 15 | 157 | 77 | 102 |
| Binary | 10000011 | 11011111 | 1110010 | 101001 | 0 | 110001 | 1101 | 1101111 | 111111 | 1000010 |
Color Harmonies of #83DF72
Complementary color
Monochromatic Colors of #83DF72
Black with #83DF72
Text Example
Text Example
White with #83DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DF72; }
p { color: rgb(131,223,114); }
H1.HeaderClassName
{
color: #83DF72;
}
.AnyTagClassName
{
color: #83DF72;
}
</style>
background-color css
<style>
a { background-color: #83DF72; }
a { background-color: rgb(131,223,114); }
div.DivClassName
{
background-color: #83DF72;
}
.BgClassName
{
background-color: #83DF72;
}
</style>
border-color css
<style>
span { border-color: #83DF72; }
span { border-color: rgb(131,223,114); }
td.TdClassName
{
border-color: #83DF72;
}
.TagClassName
{
border-color: #83DF72;
}
</style>