Shades of Pastel Green #84D96C
Tints of Pastel Green #84D96C
RGB
CMYK
RGB Variations
Color information
#84D96C (or 0x84D96C) is known color: Pastel Green. HEX triplet: 84, D9 and 6C. RGB value is (132,217,108). Sum of RGB (Red+Green+Blue) = 132+217+108=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #84D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D96C is #7B2693. Grayscale: #B3B3B3. Windows color (decimal): -8070804 or 7133572. OLE color: 7133572.
HSL color Cylindrical-coordinate representation of color #84D96C: hue angle of 106.79º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84D96C is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 108 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.15 |
| HSL | 106.79º | 0.59% | 0.64% | - |
| HSV(B) | 106.79º | 0.5% | 0.85% | - |
| XYZ | 37.04 | 55.61 | 22.97 | - |
| YUV | 179.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 108 | 0.39 | 0 | 0.50 | 0.15 | 106.79 | 0.59 | 0.64 |
| Hex | 84 | D9 | 6C | 27 | 0 | 32 | F | 6B | 3B | 40 |
| Octal | 204 | 331 | 154 | 47 | 0 | 62 | 17 | 153 | 73 | 100 |
| Binary | 10000100 | 11011001 | 1101100 | 100111 | 0 | 110010 | 1111 | 1101011 | 111011 | 1000000 |
Color Harmonies of #84D96C
Complementary color
Monochromatic Colors of #84D96C
Black with #84D96C
Text Example
Text Example
White with #84D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D96C; }
p { color: rgb(132,217,108); }
H1.HeaderClassName
{
color: #84D96C;
}
.AnyTagClassName
{
color: #84D96C;
}
</style>
background-color css
<style>
a { background-color: #84D96C; }
a { background-color: rgb(132,217,108); }
div.DivClassName
{
background-color: #84D96C;
}
.BgClassName
{
background-color: #84D96C;
}
</style>
border-color css
<style>
span { border-color: #84D96C; }
span { border-color: rgb(132,217,108); }
td.TdClassName
{
border-color: #84D96C;
}
.TagClassName
{
border-color: #84D96C;
}
</style>