Shades of Pastel Green #84EE73
Tints of Pastel Green #84EE73
RGB
CMYK
RGB Variations
Color information
#84EE73 (or 0x84EE73) is known color: Pastel Green. HEX triplet: 84, EE and 73. RGB value is (132,238,115). Sum of RGB (Red+Green+Blue) = 132+238+115=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #84EE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EE73 is #7B118C. Grayscale: #C0C0C0. Windows color (decimal): -8065421 or 7597700. OLE color: 7597700.
HSL color Cylindrical-coordinate representation of color #84EE73: hue angle of 111.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84EE73 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 115 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.07 |
| HSL | 111.71º | 0.78% | 0.69% | - |
| HSV(B) | 111.71º | 0.52% | 0.93% | - |
| XYZ | 43.18 | 67.29 | 26.93 | - |
| YUV | 192.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 115 | 0.45 | 0 | 0.52 | 0.07 | 111.71 | 0.78 | 0.69 |
| Hex | 84 | EE | 73 | 2D | 0 | 34 | 7 | 70 | 4E | 45 |
| Octal | 204 | 356 | 163 | 55 | 0 | 64 | 7 | 160 | 116 | 105 |
| Binary | 10000100 | 11101110 | 1110011 | 101101 | 0 | 110100 | 111 | 1110000 | 1001110 | 1000101 |
Color Harmonies of #84EE73
Complementary color
Monochromatic Colors of #84EE73
Black with #84EE73
Text Example
Text Example
White with #84EE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EE73; }
p { color: rgb(132,238,115); }
H1.HeaderClassName
{
color: #84EE73;
}
.AnyTagClassName
{
color: #84EE73;
}
</style>
background-color css
<style>
a { background-color: #84EE73; }
a { background-color: rgb(132,238,115); }
div.DivClassName
{
background-color: #84EE73;
}
.BgClassName
{
background-color: #84EE73;
}
</style>
border-color css
<style>
span { border-color: #84EE73; }
span { border-color: rgb(132,238,115); }
td.TdClassName
{
border-color: #84EE73;
}
.TagClassName
{
border-color: #84EE73;
}
</style>