Shades of Pastel Green #82F265
Tints of Pastel Green #82F265
RGB
CMYK
RGB Variations
Color information
#82F265 (or 0x82F265) is known color: Pastel Green. HEX triplet: 82, F2 and 65. RGB value is (130,242,101). Sum of RGB (Red+Green+Blue) = 130+242+101=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #82F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F265 is #7D0D9A. Grayscale: #C0C0C0. Windows color (decimal): -8195483 or 6681218. OLE color: 6681218.
HSL color Cylindrical-coordinate representation of color #82F265: hue angle of 107.66º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82F265 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 101 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.05 |
| HSL | 107.66º | 0.84% | 0.67% | - |
| HSV(B) | 107.66º | 0.58% | 0.95% | - |
| XYZ | 43.31 | 69.19 | 23.38 | - |
| YUV | 192.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 101 | 0.46 | 0 | 0.58 | 0.05 | 107.66 | 0.84 | 0.67 |
| Hex | 82 | F2 | 65 | 2E | 0 | 3A | 5 | 6C | 54 | 43 |
| Octal | 202 | 362 | 145 | 56 | 0 | 72 | 5 | 154 | 124 | 103 |
| Binary | 10000010 | 11110010 | 1100101 | 101110 | 0 | 111010 | 101 | 1101100 | 1010100 | 1000011 |
Color Harmonies of #82F265
Complementary color
Monochromatic Colors of #82F265
Black with #82F265
Text Example
Text Example
White with #82F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F265; }
p { color: rgb(130,242,101); }
H1.HeaderClassName
{
color: #82F265;
}
.AnyTagClassName
{
color: #82F265;
}
</style>
background-color css
<style>
a { background-color: #82F265; }
a { background-color: rgb(130,242,101); }
div.DivClassName
{
background-color: #82F265;
}
.BgClassName
{
background-color: #82F265;
}
</style>
border-color css
<style>
span { border-color: #82F265; }
span { border-color: rgb(130,242,101); }
td.TdClassName
{
border-color: #82F265;
}
.TagClassName
{
border-color: #82F265;
}
</style>