Shades of Pastel Green #82E968
Tints of Pastel Green #82E968
RGB
CMYK
RGB Variations
Color information
#82E968 (or 0x82E968) is known color: Pastel Green. HEX triplet: 82, E9 and 68. RGB value is (130,233,104). Sum of RGB (Red+Green+Blue) = 130+233+104=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #82E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E968 is #7D1697. Grayscale: #BBBBBB. Windows color (decimal): -8197784 or 6875522. OLE color: 6875522.
HSL color Cylindrical-coordinate representation of color #82E968: hue angle of 107.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82E968 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 233 | 104 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.09 |
| HSL | 107.91º | 0.75% | 0.66% | - |
| HSV(B) | 107.91º | 0.55% | 0.91% | - |
| XYZ | 40.84 | 64.02 | 23.3 | - |
| YUV | 187.5 | 80.88 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 233 | 104 | 0.44 | 0 | 0.55 | 0.09 | 107.91 | 0.75 | 0.66 |
| Hex | 82 | E9 | 68 | 2C | 0 | 37 | 9 | 6C | 4B | 42 |
| Octal | 202 | 351 | 150 | 54 | 0 | 67 | 11 | 154 | 113 | 102 |
| Binary | 10000010 | 11101001 | 1101000 | 101100 | 0 | 110111 | 1001 | 1101100 | 1001011 | 1000010 |
Color Harmonies of #82E968
Complementary color
Monochromatic Colors of #82E968
Black with #82E968
Text Example
Text Example
White with #82E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E968; }
p { color: rgb(130,233,104); }
H1.HeaderClassName
{
color: #82E968;
}
.AnyTagClassName
{
color: #82E968;
}
</style>
background-color css
<style>
a { background-color: #82E968; }
a { background-color: rgb(130,233,104); }
div.DivClassName
{
background-color: #82E968;
}
.BgClassName
{
background-color: #82E968;
}
</style>
border-color css
<style>
span { border-color: #82E968; }
span { border-color: rgb(130,233,104); }
td.TdClassName
{
border-color: #82E968;
}
.TagClassName
{
border-color: #82E968;
}
</style>