Shades of Pastel Green #84D272
Tints of Pastel Green #84D272
RGB
CMYK
RGB Variations
Color information
#84D272 (or 0x84D272) is known color: Pastel Green. HEX triplet: 84, D2 and 72. RGB value is (132,210,114). Sum of RGB (Red+Green+Blue) = 132+210+114=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #84D272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D272 is #7B2D8D. Grayscale: #B0B0B0. Windows color (decimal): -8072590 or 7524996. OLE color: 7524996.
HSL color Cylindrical-coordinate representation of color #84D272: hue angle of 108.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84D272 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 114 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.18 |
| HSL | 108.75º | 0.52% | 0.64% | - |
| HSV(B) | 108.75º | 0.46% | 0.82% | - |
| XYZ | 35.6 | 52.21 | 24.12 | - |
| YUV | 175.73 | 93.16 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 114 | 0.37 | 0 | 0.46 | 0.18 | 108.75 | 0.52 | 0.64 |
| Hex | 84 | D2 | 72 | 25 | 0 | 2E | 12 | 6D | 34 | 40 |
| Octal | 204 | 322 | 162 | 45 | 0 | 56 | 22 | 155 | 64 | 100 |
| Binary | 10000100 | 11010010 | 1110010 | 100101 | 0 | 101110 | 10010 | 1101101 | 110100 | 1000000 |
Color Harmonies of #84D272
Complementary color
Monochromatic Colors of #84D272
Black with #84D272
Text Example
Text Example
White with #84D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D272; }
p { color: rgb(132,210,114); }
H1.HeaderClassName
{
color: #84D272;
}
.AnyTagClassName
{
color: #84D272;
}
</style>
background-color css
<style>
a { background-color: #84D272; }
a { background-color: rgb(132,210,114); }
div.DivClassName
{
background-color: #84D272;
}
.BgClassName
{
background-color: #84D272;
}
</style>
border-color css
<style>
span { border-color: #84D272; }
span { border-color: rgb(132,210,114); }
td.TdClassName
{
border-color: #84D272;
}
.TagClassName
{
border-color: #84D272;
}
</style>