Shades of Pastel Green #84EF5E
Tints of Pastel Green #84EF5E
RGB
CMYK
RGB Variations
Color information
#84EF5E (or 0x84EF5E) is known color: Pastel Green. HEX triplet: 84, EF and 5E. RGB value is (132,239,94). Sum of RGB (Red+Green+Blue) = 132+239+94=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EF5E is #7B10A1. Grayscale: #BEBEBE. Windows color (decimal): -8065186 or 6221700. OLE color: 6221700.
HSL color Cylindrical-coordinate representation of color #84EF5E: hue angle of 104.28º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84EF5E is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 94 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.06 |
| HSL | 104.28º | 0.82% | 0.65% | - |
| HSV(B) | 104.28º | 0.61% | 0.94% | - |
| XYZ | 42.4 | 67.45 | 21.37 | - |
| YUV | 190.48 | 73.55 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 94 | 0.45 | 0 | 0.61 | 0.06 | 104.28 | 0.82 | 0.65 |
| Hex | 84 | EF | 5E | 2D | 0 | 3D | 6 | 68 | 52 | 41 |
| Octal | 204 | 357 | 136 | 55 | 0 | 75 | 6 | 150 | 122 | 101 |
| Binary | 10000100 | 11101111 | 1011110 | 101101 | 0 | 111101 | 110 | 1101000 | 1010010 | 1000001 |
Color Harmonies of #84EF5E
Complementary color
Monochromatic Colors of #84EF5E
Black with #84EF5E
Text Example
Text Example
White with #84EF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EF5E; }
p { color: rgb(132,239,94); }
H1.HeaderClassName
{
color: #84EF5E;
}
.AnyTagClassName
{
color: #84EF5E;
}
</style>
background-color css
<style>
a { background-color: #84EF5E; }
a { background-color: rgb(132,239,94); }
div.DivClassName
{
background-color: #84EF5E;
}
.BgClassName
{
background-color: #84EF5E;
}
</style>
border-color css
<style>
span { border-color: #84EF5E; }
span { border-color: rgb(132,239,94); }
td.TdClassName
{
border-color: #84EF5E;
}
.TagClassName
{
border-color: #84EF5E;
}
</style>