Shades of Pastel Green #82F370
Tints of Pastel Green #82F370
RGB
CMYK
RGB Variations
Color information
#82F370 (or 0x82F370) is known color: Pastel Green. HEX triplet: 82, F3 and 70. RGB value is (130,243,112). Sum of RGB (Red+Green+Blue) = 130+243+112=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #82F370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F370 is #7D0C8F. Grayscale: #C2C2C2. Windows color (decimal): -8195216 or 7402370. OLE color: 7402370.
HSL color Cylindrical-coordinate representation of color #82F370: hue angle of 111.76º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82F370 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 112 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.05 |
| HSL | 111.76º | 0.85% | 0.7% | - |
| HSV(B) | 111.76º | 0.54% | 0.95% | - |
| XYZ | 44.18 | 70.02 | 26.52 | - |
| YUV | 194.28 | 81.56 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 112 | 0.47 | 0 | 0.54 | 0.05 | 111.76 | 0.85 | 0.7 |
| Hex | 82 | F3 | 70 | 2F | 0 | 36 | 5 | 70 | 55 | 46 |
| Octal | 202 | 363 | 160 | 57 | 0 | 66 | 5 | 160 | 125 | 106 |
| Binary | 10000010 | 11110011 | 1110000 | 101111 | 0 | 110110 | 101 | 1110000 | 1010101 | 1000110 |
Color Harmonies of #82F370
Complementary color
Monochromatic Colors of #82F370
Black with #82F370
Text Example
Text Example
White with #82F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F370; }
p { color: rgb(130,243,112); }
H1.HeaderClassName
{
color: #82F370;
}
.AnyTagClassName
{
color: #82F370;
}
</style>
background-color css
<style>
a { background-color: #82F370; }
a { background-color: rgb(130,243,112); }
div.DivClassName
{
background-color: #82F370;
}
.BgClassName
{
background-color: #82F370;
}
</style>
border-color css
<style>
span { border-color: #82F370; }
span { border-color: rgb(130,243,112); }
td.TdClassName
{
border-color: #82F370;
}
.TagClassName
{
border-color: #82F370;
}
</style>