Shades of Pastel Green #84DD75
Tints of Pastel Green #84DD75
RGB
CMYK
RGB Variations
Color information
#84DD75 (or 0x84DD75) is known color: Pastel Green. HEX triplet: 84, DD and 75. RGB value is (132,221,117). Sum of RGB (Red+Green+Blue) = 132+221+117=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DD75 is #7B228A. Grayscale: #B6B6B6. Windows color (decimal): -8069771 or 7724420. OLE color: 7724420.
HSL color Cylindrical-coordinate representation of color #84DD75: hue angle of 111.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84DD75 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 117 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.13 |
| HSL | 111.35º | 0.6% | 0.66% | - |
| HSV(B) | 111.35º | 0.47% | 0.87% | - |
| XYZ | 38.58 | 57.9 | 25.97 | - |
| YUV | 182.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 117 | 0.40 | 0 | 0.47 | 0.13 | 111.35 | 0.6 | 0.66 |
| Hex | 84 | DD | 75 | 28 | 0 | 2F | D | 6F | 3C | 42 |
| Octal | 204 | 335 | 165 | 50 | 0 | 57 | 15 | 157 | 74 | 102 |
| Binary | 10000100 | 11011101 | 1110101 | 101000 | 0 | 101111 | 1101 | 1101111 | 111100 | 1000010 |
Color Harmonies of #84DD75
Complementary color
Monochromatic Colors of #84DD75
Black with #84DD75
Text Example
Text Example
White with #84DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD75; }
p { color: rgb(132,221,117); }
H1.HeaderClassName
{
color: #84DD75;
}
.AnyTagClassName
{
color: #84DD75;
}
</style>
background-color css
<style>
a { background-color: #84DD75; }
a { background-color: rgb(132,221,117); }
div.DivClassName
{
background-color: #84DD75;
}
.BgClassName
{
background-color: #84DD75;
}
</style>
border-color css
<style>
span { border-color: #84DD75; }
span { border-color: rgb(132,221,117); }
td.TdClassName
{
border-color: #84DD75;
}
.TagClassName
{
border-color: #84DD75;
}
</style>