Shades of Pastel Green #82F074
Tints of Pastel Green #82F074
RGB
CMYK
RGB Variations
Color information
#82F074 (or 0x82F074) is known color: Pastel Green. HEX triplet: 82, F0 and 74. RGB value is (130,240,116). Sum of RGB (Red+Green+Blue) = 130+240+116=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #82F074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F074 is #7D0F8B. Grayscale: #C1C1C1. Windows color (decimal): -8195980 or 7663746. OLE color: 7663746.
HSL color Cylindrical-coordinate representation of color #82F074: hue angle of 113.23º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82F074 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 240 | 116 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.06 |
| HSL | 113.23º | 0.81% | 0.7% | - |
| HSV(B) | 113.23º | 0.52% | 0.94% | - |
| XYZ | 43.52 | 68.33 | 27.42 | - |
| YUV | 192.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 240 | 116 | 0.46 | 0 | 0.52 | 0.06 | 113.23 | 0.81 | 0.7 |
| Hex | 82 | F0 | 74 | 2E | 0 | 34 | 6 | 71 | 51 | 46 |
| Octal | 202 | 360 | 164 | 56 | 0 | 64 | 6 | 161 | 121 | 106 |
| Binary | 10000010 | 11110000 | 1110100 | 101110 | 0 | 110100 | 110 | 1110001 | 1010001 | 1000110 |
Color Harmonies of #82F074
Complementary color
Monochromatic Colors of #82F074
Black with #82F074
Text Example
Text Example
White with #82F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F074; }
p { color: rgb(130,240,116); }
H1.HeaderClassName
{
color: #82F074;
}
.AnyTagClassName
{
color: #82F074;
}
</style>
background-color css
<style>
a { background-color: #82F074; }
a { background-color: rgb(130,240,116); }
div.DivClassName
{
background-color: #82F074;
}
.BgClassName
{
background-color: #82F074;
}
</style>
border-color css
<style>
span { border-color: #82F074; }
span { border-color: rgb(130,240,116); }
td.TdClassName
{
border-color: #82F074;
}
.TagClassName
{
border-color: #82F074;
}
</style>