Shades of Pastel Green #84D57B
Tints of Pastel Green #84D57B
RGB
CMYK
RGB Variations
Color information
#84D57B (or 0x84D57B) is known color: Pastel Green. HEX triplet: 84, D5 and 7B. RGB value is (132,213,123). Sum of RGB (Red+Green+Blue) = 132+213+123=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #84D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D57B is #7B2A84. Grayscale: #B2B2B2. Windows color (decimal): -8071813 or 8115588. OLE color: 8115588.
HSL color Cylindrical-coordinate representation of color #84D57B: hue angle of 114º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84D57B is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 123 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.16 |
| HSL | 114º | 0.52% | 0.66% | - |
| HSV(B) | 114º | 0.42% | 0.84% | - |
| XYZ | 36.89 | 53.92 | 27.2 | - |
| YUV | 178.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 123 | 0.38 | 0 | 0.42 | 0.16 | 114 | 0.52 | 0.66 |
| Hex | 84 | D5 | 7B | 26 | 0 | 2A | 10 | 72 | 34 | 42 |
| Octal | 204 | 325 | 173 | 46 | 0 | 52 | 20 | 162 | 64 | 102 |
| Binary | 10000100 | 11010101 | 1111011 | 100110 | 0 | 101010 | 10000 | 1110010 | 110100 | 1000010 |
Color Harmonies of #84D57B
Complementary color
Monochromatic Colors of #84D57B
Black with #84D57B
Text Example
Text Example
White with #84D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D57B; }
p { color: rgb(132,213,123); }
H1.HeaderClassName
{
color: #84D57B;
}
.AnyTagClassName
{
color: #84D57B;
}
</style>
background-color css
<style>
a { background-color: #84D57B; }
a { background-color: rgb(132,213,123); }
div.DivClassName
{
background-color: #84D57B;
}
.BgClassName
{
background-color: #84D57B;
}
</style>
border-color css
<style>
span { border-color: #84D57B; }
span { border-color: rgb(132,213,123); }
td.TdClassName
{
border-color: #84D57B;
}
.TagClassName
{
border-color: #84D57B;
}
</style>