Shades of Pastel Green #84CE71
Tints of Pastel Green #84CE71
RGB
CMYK
RGB Variations
Color information
#84CE71 (or 0x84CE71) is known color: Pastel Green. HEX triplet: 84, CE and 71. RGB value is (132,206,113). Sum of RGB (Red+Green+Blue) = 132+206+113=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CE71 is #7B318E. Grayscale: #ADADAD. Windows color (decimal): -8073615 or 7458436. OLE color: 7458436.
HSL color Cylindrical-coordinate representation of color #84CE71: hue angle of 107.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84CE71 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 113 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.19 |
| HSL | 107.74º | 0.49% | 0.63% | - |
| HSV(B) | 107.74º | 0.45% | 0.81% | - |
| XYZ | 34.57 | 50.24 | 23.5 | - |
| YUV | 173.27 | 93.98 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 113 | 0.36 | 0 | 0.45 | 0.19 | 107.74 | 0.49 | 0.63 |
| Hex | 84 | CE | 71 | 24 | 0 | 2D | 13 | 6C | 31 | 3F |
| Octal | 204 | 316 | 161 | 44 | 0 | 55 | 23 | 154 | 61 | 77 |
| Binary | 10000100 | 11001110 | 1110001 | 100100 | 0 | 101101 | 10011 | 1101100 | 110001 | 111111 |
Color Harmonies of #84CE71
Complementary color
Monochromatic Colors of #84CE71
Black with #84CE71
Text Example
Text Example
White with #84CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE71; }
p { color: rgb(132,206,113); }
H1.HeaderClassName
{
color: #84CE71;
}
.AnyTagClassName
{
color: #84CE71;
}
</style>
background-color css
<style>
a { background-color: #84CE71; }
a { background-color: rgb(132,206,113); }
div.DivClassName
{
background-color: #84CE71;
}
.BgClassName
{
background-color: #84CE71;
}
</style>
border-color css
<style>
span { border-color: #84CE71; }
span { border-color: rgb(132,206,113); }
td.TdClassName
{
border-color: #84CE71;
}
.TagClassName
{
border-color: #84CE71;
}
</style>