Shades of Pastel Green #84E17F
Tints of Pastel Green #84E17F
RGB
CMYK
RGB Variations
Color information
#84E17F (or 0x84E17F) is known color: Pastel Green. HEX triplet: 84, E1 and 7F. RGB value is (132,225,127). Sum of RGB (Red+Green+Blue) = 132+225+127=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #84E17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E17F is #7B1E80. Grayscale: #BABABA. Windows color (decimal): -8068737 or 8380804. OLE color: 8380804.
HSL color Cylindrical-coordinate representation of color #84E17F: hue angle of 116.94º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84E17F is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 127 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.12 |
| HSL | 116.94º | 0.62% | 0.69% | - |
| HSV(B) | 116.94º | 0.44% | 0.88% | - |
| XYZ | 40.27 | 60.29 | 29.59 | - |
| YUV | 186.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 127 | 0.41 | 0 | 0.44 | 0.12 | 116.94 | 0.62 | 0.69 |
| Hex | 84 | E1 | 7F | 29 | 0 | 2C | C | 75 | 3E | 45 |
| Octal | 204 | 341 | 177 | 51 | 0 | 54 | 14 | 165 | 76 | 105 |
| Binary | 10000100 | 11100001 | 1111111 | 101001 | 0 | 101100 | 1100 | 1110101 | 111110 | 1000101 |
Color Harmonies of #84E17F
Complementary color
Monochromatic Colors of #84E17F
Black with #84E17F
Text Example
Text Example
White with #84E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E17F; }
p { color: rgb(132,225,127); }
H1.HeaderClassName
{
color: #84E17F;
}
.AnyTagClassName
{
color: #84E17F;
}
</style>
background-color css
<style>
a { background-color: #84E17F; }
a { background-color: rgb(132,225,127); }
div.DivClassName
{
background-color: #84E17F;
}
.BgClassName
{
background-color: #84E17F;
}
</style>
border-color css
<style>
span { border-color: #84E17F; }
span { border-color: rgb(132,225,127); }
td.TdClassName
{
border-color: #84E17F;
}
.TagClassName
{
border-color: #84E17F;
}
</style>