Shades of Pastel Green #84E361
Tints of Pastel Green #84E361
RGB
CMYK
RGB Variations
Color information
#84E361 (or 0x84E361) is known color: Pastel Green. HEX triplet: 84, E3 and 61. RGB value is (132,227,97). Sum of RGB (Red+Green+Blue) = 132+227+97=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #84E361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E361 is #7B1C9E. Grayscale: #B8B8B8. Windows color (decimal): -8068255 or 6415236. OLE color: 6415236.
HSL color Cylindrical-coordinate representation of color #84E361: hue angle of 103.85º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84E361 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 97 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.11 |
| HSL | 103.85º | 0.7% | 0.64% | - |
| HSV(B) | 103.85º | 0.57% | 0.89% | - |
| XYZ | 39.14 | 60.71 | 20.96 | - |
| YUV | 183.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 97 | 0.42 | 0 | 0.57 | 0.11 | 103.85 | 0.7 | 0.64 |
| Hex | 84 | E3 | 61 | 2A | 0 | 39 | B | 68 | 46 | 40 |
| Octal | 204 | 343 | 141 | 52 | 0 | 71 | 13 | 150 | 106 | 100 |
| Binary | 10000100 | 11100011 | 1100001 | 101010 | 0 | 111001 | 1011 | 1101000 | 1000110 | 1000000 |
Color Harmonies of #84E361
Complementary color
Monochromatic Colors of #84E361
Black with #84E361
Text Example
Text Example
White with #84E361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E361; }
p { color: rgb(132,227,97); }
H1.HeaderClassName
{
color: #84E361;
}
.AnyTagClassName
{
color: #84E361;
}
</style>
background-color css
<style>
a { background-color: #84E361; }
a { background-color: rgb(132,227,97); }
div.DivClassName
{
background-color: #84E361;
}
.BgClassName
{
background-color: #84E361;
}
</style>
border-color css
<style>
span { border-color: #84E361; }
span { border-color: rgb(132,227,97); }
td.TdClassName
{
border-color: #84E361;
}
.TagClassName
{
border-color: #84E361;
}
</style>