Shades of Pastel Green #82E575
Tints of Pastel Green #82E575
RGB
CMYK
RGB Variations
Color information
#82E575 (or 0x82E575) is known color: Pastel Green. HEX triplet: 82, E5 and 75. RGB value is (130,229,117). Sum of RGB (Red+Green+Blue) = 130+229+117=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #82E575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E575 is #7D1A8A. Grayscale: #BABABA. Windows color (decimal): -8198795 or 7726466. OLE color: 7726466.
HSL color Cylindrical-coordinate representation of color #82E575: hue angle of 113.04º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82E575 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 229 | 117 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.10 |
| HSL | 113.04º | 0.68% | 0.68% | - |
| HSV(B) | 113.04º | 0.49% | 0.9% | - |
| XYZ | 40.44 | 62.07 | 26.68 | - |
| YUV | 186.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 229 | 117 | 0.43 | 0 | 0.49 | 0.10 | 113.04 | 0.68 | 0.68 |
| Hex | 82 | E5 | 75 | 2B | 0 | 31 | A | 71 | 44 | 44 |
| Octal | 202 | 345 | 165 | 53 | 0 | 61 | 12 | 161 | 104 | 104 |
| Binary | 10000010 | 11100101 | 1110101 | 101011 | 0 | 110001 | 1010 | 1110001 | 1000100 | 1000100 |
Color Harmonies of #82E575
Complementary color
Monochromatic Colors of #82E575
Black with #82E575
Text Example
Text Example
White with #82E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E575; }
p { color: rgb(130,229,117); }
H1.HeaderClassName
{
color: #82E575;
}
.AnyTagClassName
{
color: #82E575;
}
</style>
background-color css
<style>
a { background-color: #82E575; }
a { background-color: rgb(130,229,117); }
div.DivClassName
{
background-color: #82E575;
}
.BgClassName
{
background-color: #82E575;
}
</style>
border-color css
<style>
span { border-color: #82E575; }
span { border-color: rgb(130,229,117); }
td.TdClassName
{
border-color: #82E575;
}
.TagClassName
{
border-color: #82E575;
}
</style>