Shades of Pastel Green #82F16E
Tints of Pastel Green #82F16E
RGB
CMYK
RGB Variations
Color information
#82F16E (or 0x82F16E) is known color: Pastel Green. HEX triplet: 82, F1 and 6E. RGB value is (130,241,110). Sum of RGB (Red+Green+Blue) = 130+241+110=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #82F16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F16E is #7D0E91. Grayscale: #C1C1C1. Windows color (decimal): -8195730 or 7270786. OLE color: 7270786.
HSL color Cylindrical-coordinate representation of color #82F16E: hue angle of 110.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82F16E is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 110 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.05 |
| HSL | 110.84º | 0.82% | 0.69% | - |
| HSV(B) | 110.84º | 0.54% | 0.95% | - |
| XYZ | 43.48 | 68.78 | 25.74 | - |
| YUV | 192.88 | 81.23 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 110 | 0.46 | 0 | 0.54 | 0.05 | 110.84 | 0.82 | 0.69 |
| Hex | 82 | F1 | 6E | 2E | 0 | 36 | 5 | 6F | 52 | 45 |
| Octal | 202 | 361 | 156 | 56 | 0 | 66 | 5 | 157 | 122 | 105 |
| Binary | 10000010 | 11110001 | 1101110 | 101110 | 0 | 110110 | 101 | 1101111 | 1010010 | 1000101 |
Color Harmonies of #82F16E
Complementary color
Monochromatic Colors of #82F16E
Black with #82F16E
Text Example
Text Example
White with #82F16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F16E; }
p { color: rgb(130,241,110); }
H1.HeaderClassName
{
color: #82F16E;
}
.AnyTagClassName
{
color: #82F16E;
}
</style>
background-color css
<style>
a { background-color: #82F16E; }
a { background-color: rgb(130,241,110); }
div.DivClassName
{
background-color: #82F16E;
}
.BgClassName
{
background-color: #82F16E;
}
</style>
border-color css
<style>
span { border-color: #82F16E; }
span { border-color: rgb(130,241,110); }
td.TdClassName
{
border-color: #82F16E;
}
.TagClassName
{
border-color: #82F16E;
}
</style>