Shades of Pastel Green #84E770
Tints of Pastel Green #84E770
RGB
CMYK
RGB Variations
Color information
#84E770 (or 0x84E770) is known color: Pastel Green. HEX triplet: 84, E7 and 70. RGB value is (132,231,112). Sum of RGB (Red+Green+Blue) = 132+231+112=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #84E770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84E770 is #7B188F. Grayscale: #BCBCBC. Windows color (decimal): -8067216 or 7399300. OLE color: 7399300.
HSL color Cylindrical-coordinate representation of color #84E770: hue angle of 109.92º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84E770 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 231 | 112 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.09 |
| HSL | 109.92º | 0.71% | 0.67% | - |
| HSV(B) | 109.92º | 0.52% | 0.91% | - |
| XYZ | 41.02 | 63.23 | 25.37 | - |
| YUV | 187.83 | 85.2 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 231 | 112 | 0.43 | 0 | 0.52 | 0.09 | 109.92 | 0.71 | 0.67 |
| Hex | 84 | E7 | 70 | 2B | 0 | 34 | 9 | 6E | 47 | 43 |
| Octal | 204 | 347 | 160 | 53 | 0 | 64 | 11 | 156 | 107 | 103 |
| Binary | 10000100 | 11100111 | 1110000 | 101011 | 0 | 110100 | 1001 | 1101110 | 1000111 | 1000011 |
Color Harmonies of #84E770
Complementary color
Monochromatic Colors of #84E770
Black with #84E770
Text Example
Text Example
White with #84E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E770; }
p { color: rgb(132,231,112); }
H1.HeaderClassName
{
color: #84E770;
}
.AnyTagClassName
{
color: #84E770;
}
</style>
background-color css
<style>
a { background-color: #84E770; }
a { background-color: rgb(132,231,112); }
div.DivClassName
{
background-color: #84E770;
}
.BgClassName
{
background-color: #84E770;
}
</style>
border-color css
<style>
span { border-color: #84E770; }
span { border-color: rgb(132,231,112); }
td.TdClassName
{
border-color: #84E770;
}
.TagClassName
{
border-color: #84E770;
}
</style>