Shades of Pastel Green #83DC7F
Tints of Pastel Green #83DC7F
RGB
CMYK
RGB Variations
Color information
#83DC7F (or 0x83DC7F) is known color: Pastel Green. HEX triplet: 83, DC and 7F. RGB value is (131,220,127). Sum of RGB (Red+Green+Blue) = 131+220+127=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DC7F is #7C2380. Grayscale: #B7B7B7. Windows color (decimal): -8135553 or 8379523. OLE color: 8379523.
HSL color Cylindrical-coordinate representation of color #83DC7F: hue angle of 117.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83DC7F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 127 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.14 |
| HSL | 117.42º | 0.57% | 0.68% | - |
| HSV(B) | 117.42º | 0.42% | 0.86% | - |
| XYZ | 38.78 | 57.54 | 29.14 | - |
| YUV | 182.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 127 | 0.40 | 0 | 0.42 | 0.14 | 117.42 | 0.57 | 0.68 |
| Hex | 83 | DC | 7F | 28 | 0 | 2A | E | 75 | 39 | 44 |
| Octal | 203 | 334 | 177 | 50 | 0 | 52 | 16 | 165 | 71 | 104 |
| Binary | 10000011 | 11011100 | 1111111 | 101000 | 0 | 101010 | 1110 | 1110101 | 111001 | 1000100 |
Color Harmonies of #83DC7F
Complementary color
Monochromatic Colors of #83DC7F
Black with #83DC7F
Text Example
Text Example
White with #83DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DC7F; }
p { color: rgb(131,220,127); }
H1.HeaderClassName
{
color: #83DC7F;
}
.AnyTagClassName
{
color: #83DC7F;
}
</style>
background-color css
<style>
a { background-color: #83DC7F; }
a { background-color: rgb(131,220,127); }
div.DivClassName
{
background-color: #83DC7F;
}
.BgClassName
{
background-color: #83DC7F;
}
</style>
border-color css
<style>
span { border-color: #83DC7F; }
span { border-color: rgb(131,220,127); }
td.TdClassName
{
border-color: #83DC7F;
}
.TagClassName
{
border-color: #83DC7F;
}
</style>