Shades of Pastel Green #84E271
Tints of Pastel Green #84E271
RGB
CMYK
RGB Variations
Color information
#84E271 (or 0x84E271) is known color: Pastel Green. HEX triplet: 84, E2 and 71. RGB value is (132,226,113). Sum of RGB (Red+Green+Blue) = 132+226+113=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #84E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E271 is #7B1D8E. Grayscale: #B9B9B9. Windows color (decimal): -8068495 or 7463556. OLE color: 7463556.
HSL color Cylindrical-coordinate representation of color #84E271: hue angle of 109.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84E271 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 226 | 113 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.11 |
| HSL | 109.91º | 0.66% | 0.66% | - |
| HSV(B) | 109.91º | 0.5% | 0.89% | - |
| XYZ | 39.69 | 60.49 | 25.21 | - |
| YUV | 185.01 | 87.36 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 113 | 0.42 | 0 | 0.5 | 0.11 | 109.91 | 0.66 | 0.66 |
| Hex | 84 | E2 | 71 | 2A | 0 | 32 | B | 6E | 42 | 42 |
| Octal | 204 | 342 | 161 | 52 | 0 | 62 | 13 | 156 | 102 | 102 |
| Binary | 10000100 | 11100010 | 1110001 | 101010 | 0 | 110010 | 1011 | 1101110 | 1000010 | 1000010 |
Color Harmonies of #84E271
Complementary color
Monochromatic Colors of #84E271
Black with #84E271
Text Example
Text Example
White with #84E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E271; }
p { color: rgb(132,226,113); }
H1.HeaderClassName
{
color: #84E271;
}
.AnyTagClassName
{
color: #84E271;
}
</style>
background-color css
<style>
a { background-color: #84E271; }
a { background-color: rgb(132,226,113); }
div.DivClassName
{
background-color: #84E271;
}
.BgClassName
{
background-color: #84E271;
}
</style>
border-color css
<style>
span { border-color: #84E271; }
span { border-color: rgb(132,226,113); }
td.TdClassName
{
border-color: #84E271;
}
.TagClassName
{
border-color: #84E271;
}
</style>