Shades of Pastel Green #84D273
Tints of Pastel Green #84D273
RGB
CMYK
RGB Variations
Color information
#84D273 (or 0x84D273) is known color: Pastel Green. HEX triplet: 84, D2 and 73. RGB value is (132,210,115). Sum of RGB (Red+Green+Blue) = 132+210+115=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #84D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D273 is #7B2D8C. Grayscale: #B0B0B0. Windows color (decimal): -8072589 or 7590532. OLE color: 7590532.
HSL color Cylindrical-coordinate representation of color #84D273: hue angle of 109.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84D273 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 115 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.18 |
| HSL | 109.26º | 0.51% | 0.64% | - |
| HSV(B) | 109.26º | 0.45% | 0.82% | - |
| XYZ | 35.66 | 52.24 | 24.42 | - |
| YUV | 175.85 | 93.66 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 115 | 0.37 | 0 | 0.45 | 0.18 | 109.26 | 0.51 | 0.64 |
| Hex | 84 | D2 | 73 | 25 | 0 | 2D | 12 | 6D | 33 | 40 |
| Octal | 204 | 322 | 163 | 45 | 0 | 55 | 22 | 155 | 63 | 100 |
| Binary | 10000100 | 11010010 | 1110011 | 100101 | 0 | 101101 | 10010 | 1101101 | 110011 | 1000000 |
Color Harmonies of #84D273
Complementary color
Monochromatic Colors of #84D273
Black with #84D273
Text Example
Text Example
White with #84D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D273; }
p { color: rgb(132,210,115); }
H1.HeaderClassName
{
color: #84D273;
}
.AnyTagClassName
{
color: #84D273;
}
</style>
background-color css
<style>
a { background-color: #84D273; }
a { background-color: rgb(132,210,115); }
div.DivClassName
{
background-color: #84D273;
}
.BgClassName
{
background-color: #84D273;
}
</style>
border-color css
<style>
span { border-color: #84D273; }
span { border-color: rgb(132,210,115); }
td.TdClassName
{
border-color: #84D273;
}
.TagClassName
{
border-color: #84D273;
}
</style>