Shades of Pastel Green #84DF85
Tints of Pastel Green #84DF85
RGB
CMYK
RGB Variations
Color information
#84DF85 (or 0x84DF85) is known color: Pastel Green. HEX triplet: 84, DF and 85. RGB value is (132,223,133). Sum of RGB (Red+Green+Blue) = 132+223+133=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DF85 is #7B207A. Grayscale: #B9B9B9. Windows color (decimal): -8069243 or 8773508. OLE color: 8773508.
HSL color Cylindrical-coordinate representation of color #84DF85: hue angle of 120.66º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DF85 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 133 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.13 |
| HSL | 120.66º | 0.59% | 0.7% | - |
| HSV(B) | 120.66º | 0.41% | 0.87% | - |
| XYZ | 40.14 | 59.37 | 31.54 | - |
| YUV | 185.53 | 98.35 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 133 | 0.41 | 0 | 0.40 | 0.13 | 120.66 | 0.59 | 0.7 |
| Hex | 84 | DF | 85 | 29 | 0 | 28 | D | 79 | 3B | 46 |
| Octal | 204 | 337 | 205 | 51 | 0 | 50 | 15 | 171 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10000101 | 101001 | 0 | 101000 | 1101 | 1111001 | 111011 | 1000110 |
Color Harmonies of #84DF85
Complementary color
Monochromatic Colors of #84DF85
Black with #84DF85
Text Example
Text Example
White with #84DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF85; }
p { color: rgb(132,223,133); }
H1.HeaderClassName
{
color: #84DF85;
}
.AnyTagClassName
{
color: #84DF85;
}
</style>
background-color css
<style>
a { background-color: #84DF85; }
a { background-color: rgb(132,223,133); }
div.DivClassName
{
background-color: #84DF85;
}
.BgClassName
{
background-color: #84DF85;
}
</style>
border-color css
<style>
span { border-color: #84DF85; }
span { border-color: rgb(132,223,133); }
td.TdClassName
{
border-color: #84DF85;
}
.TagClassName
{
border-color: #84DF85;
}
</style>