Shades of Pastel Green #84E970
Tints of Pastel Green #84E970
RGB
CMYK
RGB Variations
Color information
#84E970 (or 0x84E970) is known color: Pastel Green. HEX triplet: 84, E9 and 70. RGB value is (132,233,112). Sum of RGB (Red+Green+Blue) = 132+233+112=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #84E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84E970 is #7B168F. Grayscale: #BDBDBD. Windows color (decimal): -8066704 or 7399812. OLE color: 7399812.
HSL color Cylindrical-coordinate representation of color #84E970: hue angle of 110.08º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84E970 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 233 | 112 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.09 |
| HSL | 110.08º | 0.73% | 0.68% | - |
| HSV(B) | 110.08º | 0.52% | 0.91% | - |
| XYZ | 41.58 | 64.35 | 25.56 | - |
| YUV | 189.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 233 | 112 | 0.43 | 0 | 0.52 | 0.09 | 110.08 | 0.73 | 0.68 |
| Hex | 84 | E9 | 70 | 2B | 0 | 34 | 9 | 6E | 49 | 44 |
| Octal | 204 | 351 | 160 | 53 | 0 | 64 | 11 | 156 | 111 | 104 |
| Binary | 10000100 | 11101001 | 1110000 | 101011 | 0 | 110100 | 1001 | 1101110 | 1001001 | 1000100 |
Color Harmonies of #84E970
Complementary color
Monochromatic Colors of #84E970
Black with #84E970
Text Example
Text Example
White with #84E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E970; }
p { color: rgb(132,233,112); }
H1.HeaderClassName
{
color: #84E970;
}
.AnyTagClassName
{
color: #84E970;
}
</style>
background-color css
<style>
a { background-color: #84E970; }
a { background-color: rgb(132,233,112); }
div.DivClassName
{
background-color: #84E970;
}
.BgClassName
{
background-color: #84E970;
}
</style>
border-color css
<style>
span { border-color: #84E970; }
span { border-color: rgb(132,233,112); }
td.TdClassName
{
border-color: #84E970;
}
.TagClassName
{
border-color: #84E970;
}
</style>