Shades of Pastel Green #84DF70
Tints of Pastel Green #84DF70
RGB
CMYK
RGB Variations
Color information
#84DF70 (or 0x84DF70) is known color: Pastel Green. HEX triplet: 84, DF and 70. RGB value is (132,223,112). Sum of RGB (Red+Green+Blue) = 132+223+112=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DF70 is #7B208F. Grayscale: #B7B7B7. Windows color (decimal): -8069264 or 7397252. OLE color: 7397252.
HSL color Cylindrical-coordinate representation of color #84DF70: hue angle of 109.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84DF70 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 112 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.13 |
| HSL | 109.19º | 0.63% | 0.66% | - |
| HSV(B) | 109.19º | 0.5% | 0.87% | - |
| XYZ | 38.83 | 58.85 | 24.64 | - |
| YUV | 183.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 112 | 0.41 | 0 | 0.50 | 0.13 | 109.19 | 0.63 | 0.66 |
| Hex | 84 | DF | 70 | 29 | 0 | 32 | D | 6D | 3F | 42 |
| Octal | 204 | 337 | 160 | 51 | 0 | 62 | 15 | 155 | 77 | 102 |
| Binary | 10000100 | 11011111 | 1110000 | 101001 | 0 | 110010 | 1101 | 1101101 | 111111 | 1000010 |
Color Harmonies of #84DF70
Complementary color
Monochromatic Colors of #84DF70
Black with #84DF70
Text Example
Text Example
White with #84DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF70; }
p { color: rgb(132,223,112); }
H1.HeaderClassName
{
color: #84DF70;
}
.AnyTagClassName
{
color: #84DF70;
}
</style>
background-color css
<style>
a { background-color: #84DF70; }
a { background-color: rgb(132,223,112); }
div.DivClassName
{
background-color: #84DF70;
}
.BgClassName
{
background-color: #84DF70;
}
</style>
border-color css
<style>
span { border-color: #84DF70; }
span { border-color: rgb(132,223,112); }
td.TdClassName
{
border-color: #84DF70;
}
.TagClassName
{
border-color: #84DF70;
}
</style>