Shades of Pastel Green #82E263
Tints of Pastel Green #82E263
RGB
CMYK
RGB Variations
Color information
#82E263 (or 0x82E263) is known color: Pastel Green. HEX triplet: 82, E2 and 63. RGB value is (130,226,99). Sum of RGB (Red+Green+Blue) = 130+226+99=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #82E263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E263 is #7D1D9C. Grayscale: #B7B7B7. Windows color (decimal): -8199581 or 6546050. OLE color: 6546050.
HSL color Cylindrical-coordinate representation of color #82E263: hue angle of 105.35º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82E263 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 226 | 99 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.11 |
| HSL | 105.35º | 0.69% | 0.64% | - |
| HSV(B) | 105.35º | 0.56% | 0.89% | - |
| XYZ | 38.65 | 60.04 | 21.36 | - |
| YUV | 182.82 | 80.7 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 226 | 99 | 0.42 | 0 | 0.56 | 0.11 | 105.35 | 0.69 | 0.64 |
| Hex | 82 | E2 | 63 | 2A | 0 | 38 | B | 69 | 45 | 40 |
| Octal | 202 | 342 | 143 | 52 | 0 | 70 | 13 | 151 | 105 | 100 |
| Binary | 10000010 | 11100010 | 1100011 | 101010 | 0 | 111000 | 1011 | 1101001 | 1000101 | 1000000 |
Color Harmonies of #82E263
Complementary color
Monochromatic Colors of #82E263
Black with #82E263
Text Example
Text Example
White with #82E263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E263; }
p { color: rgb(130,226,99); }
H1.HeaderClassName
{
color: #82E263;
}
.AnyTagClassName
{
color: #82E263;
}
</style>
background-color css
<style>
a { background-color: #82E263; }
a { background-color: rgb(130,226,99); }
div.DivClassName
{
background-color: #82E263;
}
.BgClassName
{
background-color: #82E263;
}
</style>
border-color css
<style>
span { border-color: #82E263; }
span { border-color: rgb(130,226,99); }
td.TdClassName
{
border-color: #82E263;
}
.TagClassName
{
border-color: #82E263;
}
</style>