Shades of Pastel Green #84E765
Tints of Pastel Green #84E765
RGB
CMYK
RGB Variations
Color information
#84E765 (or 0x84E765) is known color: Pastel Green. HEX triplet: 84, E7 and 65. RGB value is (132,231,101). Sum of RGB (Red+Green+Blue) = 132+231+101=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #84E765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84E765 is #7B189A. Grayscale: #BBBBBB. Windows color (decimal): -8067227 or 6678404. OLE color: 6678404.
HSL color Cylindrical-coordinate representation of color #84E765: hue angle of 105.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84E765 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 231 | 101 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.09 |
| HSL | 105.69º | 0.73% | 0.65% | - |
| HSV(B) | 105.69º | 0.56% | 0.91% | - |
| XYZ | 40.44 | 63 | 22.34 | - |
| YUV | 186.58 | 79.7 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 231 | 101 | 0.43 | 0 | 0.56 | 0.09 | 105.69 | 0.73 | 0.65 |
| Hex | 84 | E7 | 65 | 2B | 0 | 38 | 9 | 6A | 49 | 41 |
| Octal | 204 | 347 | 145 | 53 | 0 | 70 | 11 | 152 | 111 | 101 |
| Binary | 10000100 | 11100111 | 1100101 | 101011 | 0 | 111000 | 1001 | 1101010 | 1001001 | 1000001 |
Color Harmonies of #84E765
Complementary color
Monochromatic Colors of #84E765
Black with #84E765
Text Example
Text Example
White with #84E765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E765; }
p { color: rgb(132,231,101); }
H1.HeaderClassName
{
color: #84E765;
}
.AnyTagClassName
{
color: #84E765;
}
</style>
background-color css
<style>
a { background-color: #84E765; }
a { background-color: rgb(132,231,101); }
div.DivClassName
{
background-color: #84E765;
}
.BgClassName
{
background-color: #84E765;
}
</style>
border-color css
<style>
span { border-color: #84E765; }
span { border-color: rgb(132,231,101); }
td.TdClassName
{
border-color: #84E765;
}
.TagClassName
{
border-color: #84E765;
}
</style>