Shades of Pastel Green #82E078
Tints of Pastel Green #82E078
RGB
CMYK
RGB Variations
Color information
#82E078 (or 0x82E078) is known color: Pastel Green. HEX triplet: 82, E0 and 78. RGB value is (130,224,120). Sum of RGB (Red+Green+Blue) = 130+224+120=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #82E078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E078 is #7D1F87. Grayscale: #B8B8B8. Windows color (decimal): -8200072 or 7921794. OLE color: 7921794.
HSL color Cylindrical-coordinate representation of color #82E078: hue angle of 114.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82E078 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 224 | 120 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.12 |
| HSL | 114.23º | 0.63% | 0.67% | - |
| HSV(B) | 114.23º | 0.46% | 0.88% | - |
| XYZ | 39.25 | 59.41 | 27.17 | - |
| YUV | 184.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 224 | 120 | 0.42 | 0 | 0.46 | 0.12 | 114.23 | 0.63 | 0.67 |
| Hex | 82 | E0 | 78 | 2A | 0 | 2E | C | 72 | 3F | 43 |
| Octal | 202 | 340 | 170 | 52 | 0 | 56 | 14 | 162 | 77 | 103 |
| Binary | 10000010 | 11100000 | 1111000 | 101010 | 0 | 101110 | 1100 | 1110010 | 111111 | 1000011 |
Color Harmonies of #82E078
Complementary color
Monochromatic Colors of #82E078
Black with #82E078
Text Example
Text Example
White with #82E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E078; }
p { color: rgb(130,224,120); }
H1.HeaderClassName
{
color: #82E078;
}
.AnyTagClassName
{
color: #82E078;
}
</style>
background-color css
<style>
a { background-color: #82E078; }
a { background-color: rgb(130,224,120); }
div.DivClassName
{
background-color: #82E078;
}
.BgClassName
{
background-color: #82E078;
}
</style>
border-color css
<style>
span { border-color: #82E078; }
span { border-color: rgb(130,224,120); }
td.TdClassName
{
border-color: #82E078;
}
.TagClassName
{
border-color: #82E078;
}
</style>