Shades of Pastel Green #84DB7C
Tints of Pastel Green #84DB7C
RGB
CMYK
RGB Variations
Color information
#84DB7C (or 0x84DB7C) is known color: Pastel Green. HEX triplet: 84, DB and 7C. RGB value is (132,219,124). Sum of RGB (Red+Green+Blue) = 132+219+124=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DB7C is #7B2483. Grayscale: #B6B6B6. Windows color (decimal): -8070276 or 8182660. OLE color: 8182660.
HSL color Cylindrical-coordinate representation of color #84DB7C: hue angle of 114.95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84DB7C is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 124 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.14 |
| HSL | 114.95º | 0.57% | 0.67% | - |
| HSV(B) | 114.95º | 0.43% | 0.86% | - |
| XYZ | 38.49 | 57.02 | 28.05 | - |
| YUV | 182.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 124 | 0.40 | 0 | 0.43 | 0.14 | 114.95 | 0.57 | 0.67 |
| Hex | 84 | DB | 7C | 28 | 0 | 2B | E | 73 | 39 | 43 |
| Octal | 204 | 333 | 174 | 50 | 0 | 53 | 16 | 163 | 71 | 103 |
| Binary | 10000100 | 11011011 | 1111100 | 101000 | 0 | 101011 | 1110 | 1110011 | 111001 | 1000011 |
Color Harmonies of #84DB7C
Complementary color
Monochromatic Colors of #84DB7C
Black with #84DB7C
Text Example
Text Example
White with #84DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DB7C; }
p { color: rgb(132,219,124); }
H1.HeaderClassName
{
color: #84DB7C;
}
.AnyTagClassName
{
color: #84DB7C;
}
</style>
background-color css
<style>
a { background-color: #84DB7C; }
a { background-color: rgb(132,219,124); }
div.DivClassName
{
background-color: #84DB7C;
}
.BgClassName
{
background-color: #84DB7C;
}
</style>
border-color css
<style>
span { border-color: #84DB7C; }
span { border-color: rgb(132,219,124); }
td.TdClassName
{
border-color: #84DB7C;
}
.TagClassName
{
border-color: #84DB7C;
}
</style>