Shades of Pastel Green #82EC65
Tints of Pastel Green #82EC65
RGB
CMYK
RGB Variations
Color information
#82EC65 (or 0x82EC65) is known color: Pastel Green. HEX triplet: 82, EC and 65. RGB value is (130,236,101). Sum of RGB (Red+Green+Blue) = 130+236+101=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EC65 is #7D139A. Grayscale: #BDBDBD. Windows color (decimal): -8197019 or 6679682. OLE color: 6679682.
HSL color Cylindrical-coordinate representation of color #82EC65: hue angle of 107.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82EC65 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 101 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.07 |
| HSL | 107.11º | 0.78% | 0.66% | - |
| HSV(B) | 107.11º | 0.57% | 0.93% | - |
| XYZ | 41.55 | 65.68 | 22.8 | - |
| YUV | 188.92 | 78.38 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 101 | 0.45 | 0 | 0.57 | 0.07 | 107.11 | 0.78 | 0.66 |
| Hex | 82 | EC | 65 | 2D | 0 | 39 | 7 | 6B | 4E | 42 |
| Octal | 202 | 354 | 145 | 55 | 0 | 71 | 7 | 153 | 116 | 102 |
| Binary | 10000010 | 11101100 | 1100101 | 101101 | 0 | 111001 | 111 | 1101011 | 1001110 | 1000010 |
Color Harmonies of #82EC65
Complementary color
Monochromatic Colors of #82EC65
Black with #82EC65
Text Example
Text Example
White with #82EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC65; }
p { color: rgb(130,236,101); }
H1.HeaderClassName
{
color: #82EC65;
}
.AnyTagClassName
{
color: #82EC65;
}
</style>
background-color css
<style>
a { background-color: #82EC65; }
a { background-color: rgb(130,236,101); }
div.DivClassName
{
background-color: #82EC65;
}
.BgClassName
{
background-color: #82EC65;
}
</style>
border-color css
<style>
span { border-color: #82EC65; }
span { border-color: rgb(130,236,101); }
td.TdClassName
{
border-color: #82EC65;
}
.TagClassName
{
border-color: #82EC65;
}
</style>