Shades of Pastel Green #82F373
Tints of Pastel Green #82F373
RGB
CMYK
RGB Variations
Color information
#82F373 (or 0x82F373) is known color: Pastel Green. HEX triplet: 82, F3 and 73. RGB value is (130,243,115). Sum of RGB (Red+Green+Blue) = 130+243+115=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #82F373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F373 is #7D0C8C. Grayscale: #C3C3C3. Windows color (decimal): -8195213 or 7598978. OLE color: 7598978.
HSL color Cylindrical-coordinate representation of color #82F373: hue angle of 112.97º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82F373 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 115 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.05 |
| HSL | 112.97º | 0.84% | 0.7% | - |
| HSV(B) | 112.97º | 0.53% | 0.95% | - |
| XYZ | 44.35 | 70.08 | 27.41 | - |
| YUV | 194.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 115 | 0.47 | 0 | 0.53 | 0.05 | 112.97 | 0.84 | 0.7 |
| Hex | 82 | F3 | 73 | 2F | 0 | 35 | 5 | 71 | 54 | 46 |
| Octal | 202 | 363 | 163 | 57 | 0 | 65 | 5 | 161 | 124 | 106 |
| Binary | 10000010 | 11110011 | 1110011 | 101111 | 0 | 110101 | 101 | 1110001 | 1010100 | 1000110 |
Color Harmonies of #82F373
Complementary color
Monochromatic Colors of #82F373
Black with #82F373
Text Example
Text Example
White with #82F373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F373; }
p { color: rgb(130,243,115); }
H1.HeaderClassName
{
color: #82F373;
}
.AnyTagClassName
{
color: #82F373;
}
</style>
background-color css
<style>
a { background-color: #82F373; }
a { background-color: rgb(130,243,115); }
div.DivClassName
{
background-color: #82F373;
}
.BgClassName
{
background-color: #82F373;
}
</style>
border-color css
<style>
span { border-color: #82F373; }
span { border-color: rgb(130,243,115); }
td.TdClassName
{
border-color: #82F373;
}
.TagClassName
{
border-color: #82F373;
}
</style>