Shades of Pastel Green #83DB75
Tints of Pastel Green #83DB75
RGB
CMYK
RGB Variations
Color information
#83DB75 (or 0x83DB75) is known color: Pastel Green. HEX triplet: 83, DB and 75. RGB value is (131,219,117). Sum of RGB (Red+Green+Blue) = 131+219+117=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DB75 is #7C248A. Grayscale: #B5B5B5. Windows color (decimal): -8135819 or 7723907. OLE color: 7723907.
HSL color Cylindrical-coordinate representation of color #83DB75: hue angle of 111.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83DB75 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 117 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.14 |
| HSL | 111.76º | 0.59% | 0.66% | - |
| HSV(B) | 111.76º | 0.47% | 0.86% | - |
| XYZ | 37.9 | 56.77 | 25.79 | - |
| YUV | 181.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 117 | 0.40 | 0 | 0.47 | 0.14 | 111.76 | 0.59 | 0.66 |
| Hex | 83 | DB | 75 | 28 | 0 | 2F | E | 70 | 3B | 42 |
| Octal | 203 | 333 | 165 | 50 | 0 | 57 | 16 | 160 | 73 | 102 |
| Binary | 10000011 | 11011011 | 1110101 | 101000 | 0 | 101111 | 1110 | 1110000 | 111011 | 1000010 |
Color Harmonies of #83DB75
Complementary color
Monochromatic Colors of #83DB75
Black with #83DB75
Text Example
Text Example
White with #83DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB75; }
p { color: rgb(131,219,117); }
H1.HeaderClassName
{
color: #83DB75;
}
.AnyTagClassName
{
color: #83DB75;
}
</style>
background-color css
<style>
a { background-color: #83DB75; }
a { background-color: rgb(131,219,117); }
div.DivClassName
{
background-color: #83DB75;
}
.BgClassName
{
background-color: #83DB75;
}
</style>
border-color css
<style>
span { border-color: #83DB75; }
span { border-color: rgb(131,219,117); }
td.TdClassName
{
border-color: #83DB75;
}
.TagClassName
{
border-color: #83DB75;
}
</style>