Shades of Pastel Green #84D67C
Tints of Pastel Green #84D67C
RGB
CMYK
RGB Variations
Color information
#84D67C (or 0x84D67C) is known color: Pastel Green. HEX triplet: 84, D6 and 7C. RGB value is (132,214,124). Sum of RGB (Red+Green+Blue) = 132+214+124=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #84D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D67C is #7B2983. Grayscale: #B3B3B3. Windows color (decimal): -8071556 or 8181380. OLE color: 8181380.
HSL color Cylindrical-coordinate representation of color #84D67C: hue angle of 114.67º 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 #84D67C is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 124 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.16 |
| HSL | 114.67º | 0.52% | 0.66% | - |
| HSV(B) | 114.67º | 0.42% | 0.84% | - |
| XYZ | 37.2 | 54.45 | 27.62 | - |
| YUV | 179.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 124 | 0.38 | 0 | 0.42 | 0.16 | 114.67 | 0.52 | 0.66 |
| Hex | 84 | D6 | 7C | 26 | 0 | 2A | 10 | 73 | 34 | 42 |
| Octal | 204 | 326 | 174 | 46 | 0 | 52 | 20 | 163 | 64 | 102 |
| Binary | 10000100 | 11010110 | 1111100 | 100110 | 0 | 101010 | 10000 | 1110011 | 110100 | 1000010 |
Color Harmonies of #84D67C
Complementary color
Monochromatic Colors of #84D67C
Black with #84D67C
Text Example
Text Example
White with #84D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D67C; }
p { color: rgb(132,214,124); }
H1.HeaderClassName
{
color: #84D67C;
}
.AnyTagClassName
{
color: #84D67C;
}
</style>
background-color css
<style>
a { background-color: #84D67C; }
a { background-color: rgb(132,214,124); }
div.DivClassName
{
background-color: #84D67C;
}
.BgClassName
{
background-color: #84D67C;
}
</style>
border-color css
<style>
span { border-color: #84D67C; }
span { border-color: rgb(132,214,124); }
td.TdClassName
{
border-color: #84D67C;
}
.TagClassName
{
border-color: #84D67C;
}
</style>