Shades of Pastel Green #82F36E
Tints of Pastel Green #82F36E
RGB
CMYK
RGB Variations
Color information
#82F36E (or 0x82F36E) is known color: Pastel Green. HEX triplet: 82, F3 and 6E. RGB value is (130,243,110). Sum of RGB (Red+Green+Blue) = 130+243+110=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #82F36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F36E is #7D0C91. Grayscale: #C2C2C2. Windows color (decimal): -8195218 or 7271298. OLE color: 7271298.
HSL color Cylindrical-coordinate representation of color #82F36E: hue angle of 110.98º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82F36E is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 110 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.05 |
| HSL | 110.98º | 0.85% | 0.69% | - |
| HSV(B) | 110.98º | 0.55% | 0.95% | - |
| XYZ | 44.07 | 69.97 | 25.94 | - |
| YUV | 194.05 | 80.56 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 110 | 0.47 | 0 | 0.55 | 0.05 | 110.98 | 0.85 | 0.69 |
| Hex | 82 | F3 | 6E | 2F | 0 | 37 | 5 | 6F | 55 | 45 |
| Octal | 202 | 363 | 156 | 57 | 0 | 67 | 5 | 157 | 125 | 105 |
| Binary | 10000010 | 11110011 | 1101110 | 101111 | 0 | 110111 | 101 | 1101111 | 1010101 | 1000101 |
Color Harmonies of #82F36E
Complementary color
Monochromatic Colors of #82F36E
Black with #82F36E
Text Example
Text Example
White with #82F36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F36E; }
p { color: rgb(130,243,110); }
H1.HeaderClassName
{
color: #82F36E;
}
.AnyTagClassName
{
color: #82F36E;
}
</style>
background-color css
<style>
a { background-color: #82F36E; }
a { background-color: rgb(130,243,110); }
div.DivClassName
{
background-color: #82F36E;
}
.BgClassName
{
background-color: #82F36E;
}
</style>
border-color css
<style>
span { border-color: #82F36E; }
span { border-color: rgb(130,243,110); }
td.TdClassName
{
border-color: #82F36E;
}
.TagClassName
{
border-color: #82F36E;
}
</style>