Shades of Pastel Green #82ED61
Tints of Pastel Green #82ED61
RGB
CMYK
RGB Variations
Color information
#82ED61 (or 0x82ED61) is known color: Pastel Green. HEX triplet: 82, ED and 61. RGB value is (130,237,97). Sum of RGB (Red+Green+Blue) = 130+237+97=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82ED61 is #7D129E. Grayscale: #BDBDBD. Windows color (decimal): -8196767 or 6417794. OLE color: 6417794.
HSL color Cylindrical-coordinate representation of color #82ED61: hue angle of 105.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82ED61 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 237 | 97 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.07 |
| HSL | 105.86º | 0.8% | 0.65% | - |
| HSV(B) | 105.86º | 0.59% | 0.93% | - |
| XYZ | 41.65 | 66.18 | 21.89 | - |
| YUV | 189.05 | 76.05 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 237 | 97 | 0.45 | 0 | 0.59 | 0.07 | 105.86 | 0.8 | 0.65 |
| Hex | 82 | ED | 61 | 2D | 0 | 3B | 7 | 6A | 50 | 41 |
| Octal | 202 | 355 | 141 | 55 | 0 | 73 | 7 | 152 | 120 | 101 |
| Binary | 10000010 | 11101101 | 1100001 | 101101 | 0 | 111011 | 111 | 1101010 | 1010000 | 1000001 |
Color Harmonies of #82ED61
Complementary color
Monochromatic Colors of #82ED61
Black with #82ED61
Text Example
Text Example
White with #82ED61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ED61; }
p { color: rgb(130,237,97); }
H1.HeaderClassName
{
color: #82ED61;
}
.AnyTagClassName
{
color: #82ED61;
}
</style>
background-color css
<style>
a { background-color: #82ED61; }
a { background-color: rgb(130,237,97); }
div.DivClassName
{
background-color: #82ED61;
}
.BgClassName
{
background-color: #82ED61;
}
</style>
border-color css
<style>
span { border-color: #82ED61; }
span { border-color: rgb(130,237,97); }
td.TdClassName
{
border-color: #82ED61;
}
.TagClassName
{
border-color: #82ED61;
}
</style>