Shades of Pastel Green #84D96B
Tints of Pastel Green #84D96B
RGB
CMYK
RGB Variations
Color information
#84D96B (or 0x84D96B) is known color: Pastel Green. HEX triplet: 84, D9 and 6B. RGB value is (132,217,107). Sum of RGB (Red+Green+Blue) = 132+217+107=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #84D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D96B is #7B2694. Grayscale: #B3B3B3. Windows color (decimal): -8070805 or 7068036. OLE color: 7068036.
HSL color Cylindrical-coordinate representation of color #84D96B: hue angle of 106.36º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84D96B is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 107 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.15 |
| HSL | 106.36º | 0.59% | 0.64% | - |
| HSV(B) | 106.36º | 0.51% | 0.85% | - |
| XYZ | 36.98 | 55.59 | 22.69 | - |
| YUV | 179.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 107 | 0.39 | 0 | 0.51 | 0.15 | 106.36 | 0.59 | 0.64 |
| Hex | 84 | D9 | 6B | 27 | 0 | 33 | F | 6A | 3B | 40 |
| Octal | 204 | 331 | 153 | 47 | 0 | 63 | 17 | 152 | 73 | 100 |
| Binary | 10000100 | 11011001 | 1101011 | 100111 | 0 | 110011 | 1111 | 1101010 | 111011 | 1000000 |
Color Harmonies of #84D96B
Complementary color
Monochromatic Colors of #84D96B
Black with #84D96B
Text Example
Text Example
White with #84D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D96B; }
p { color: rgb(132,217,107); }
H1.HeaderClassName
{
color: #84D96B;
}
.AnyTagClassName
{
color: #84D96B;
}
</style>
background-color css
<style>
a { background-color: #84D96B; }
a { background-color: rgb(132,217,107); }
div.DivClassName
{
background-color: #84D96B;
}
.BgClassName
{
background-color: #84D96B;
}
</style>
border-color css
<style>
span { border-color: #84D96B; }
span { border-color: rgb(132,217,107); }
td.TdClassName
{
border-color: #84D96B;
}
.TagClassName
{
border-color: #84D96B;
}
</style>