Shades of Pastel Green #82D67B
Tints of Pastel Green #82D67B
RGB
CMYK
RGB Variations
Color information
#82D67B (or 0x82D67B) is known color: Pastel Green. HEX triplet: 82, D6 and 7B. RGB value is (130,214,123). Sum of RGB (Red+Green+Blue) = 130+214+123=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #82D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D67B is #7D2984. Grayscale: #B2B2B2. Windows color (decimal): -8202629 or 8115842. OLE color: 8115842.
HSL color Cylindrical-coordinate representation of color #82D67B: hue angle of 115.38º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82D67B is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 123 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.16 |
| HSL | 115.38º | 0.53% | 0.66% | - |
| HSV(B) | 115.38º | 0.43% | 0.84% | - |
| XYZ | 36.83 | 54.27 | 27.27 | - |
| YUV | 178.51 | 96.67 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 123 | 0.39 | 0 | 0.43 | 0.16 | 115.38 | 0.53 | 0.66 |
| Hex | 82 | D6 | 7B | 27 | 0 | 2B | 10 | 73 | 35 | 42 |
| Octal | 202 | 326 | 173 | 47 | 0 | 53 | 20 | 163 | 65 | 102 |
| Binary | 10000010 | 11010110 | 1111011 | 100111 | 0 | 101011 | 10000 | 1110011 | 110101 | 1000010 |
Color Harmonies of #82D67B
Complementary color
Monochromatic Colors of #82D67B
Black with #82D67B
Text Example
Text Example
White with #82D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D67B; }
p { color: rgb(130,214,123); }
H1.HeaderClassName
{
color: #82D67B;
}
.AnyTagClassName
{
color: #82D67B;
}
</style>
background-color css
<style>
a { background-color: #82D67B; }
a { background-color: rgb(130,214,123); }
div.DivClassName
{
background-color: #82D67B;
}
.BgClassName
{
background-color: #82D67B;
}
</style>
border-color css
<style>
span { border-color: #82D67B; }
span { border-color: rgb(130,214,123); }
td.TdClassName
{
border-color: #82D67B;
}
.TagClassName
{
border-color: #82D67B;
}
</style>