Shades of Pastel Green #84F262
Tints of Pastel Green #84F262
RGB
CMYK
RGB Variations
Color information
#84F262 (or 0x84F262) is known color: Pastel Green. HEX triplet: 84, F2 and 62. RGB value is (132,242,98). Sum of RGB (Red+Green+Blue) = 132+242+98=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #84F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F262 is #7B0D9D. Grayscale: #C1C1C1. Windows color (decimal): -8064414 or 6484612. OLE color: 6484612.
HSL color Cylindrical-coordinate representation of color #84F262: hue angle of 105.83º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84F262 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 98 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.05 |
| HSL | 105.83º | 0.85% | 0.67% | - |
| HSV(B) | 105.83º | 0.6% | 0.95% | - |
| XYZ | 43.47 | 69.29 | 22.64 | - |
| YUV | 192.69 | 74.56 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 98 | 0.45 | 0 | 0.60 | 0.05 | 105.83 | 0.85 | 0.67 |
| Hex | 84 | F2 | 62 | 2D | 0 | 3C | 5 | 6A | 55 | 43 |
| Octal | 204 | 362 | 142 | 55 | 0 | 74 | 5 | 152 | 125 | 103 |
| Binary | 10000100 | 11110010 | 1100010 | 101101 | 0 | 111100 | 101 | 1101010 | 1010101 | 1000011 |
Color Harmonies of #84F262
Complementary color
Monochromatic Colors of #84F262
Black with #84F262
Text Example
Text Example
White with #84F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F262; }
p { color: rgb(132,242,98); }
H1.HeaderClassName
{
color: #84F262;
}
.AnyTagClassName
{
color: #84F262;
}
</style>
background-color css
<style>
a { background-color: #84F262; }
a { background-color: rgb(132,242,98); }
div.DivClassName
{
background-color: #84F262;
}
.BgClassName
{
background-color: #84F262;
}
</style>
border-color css
<style>
span { border-color: #84F262; }
span { border-color: rgb(132,242,98); }
td.TdClassName
{
border-color: #84F262;
}
.TagClassName
{
border-color: #84F262;
}
</style>