Shades of Pastel Green #84DC74
Tints of Pastel Green #84DC74
RGB
CMYK
RGB Variations
Color information
#84DC74 (or 0x84DC74) is known color: Pastel Green. HEX triplet: 84, DC and 74. RGB value is (132,220,116). Sum of RGB (Red+Green+Blue) = 132+220+116=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC74 is #7B238B. Grayscale: #B6B6B6. Windows color (decimal): -8070028 or 7658628. OLE color: 7658628.
HSL color Cylindrical-coordinate representation of color #84DC74: hue angle of 110.77º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84DC74 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 116 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.14 |
| HSL | 110.77º | 0.6% | 0.66% | - |
| HSV(B) | 110.77º | 0.47% | 0.86% | - |
| XYZ | 38.26 | 57.35 | 25.58 | - |
| YUV | 181.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 116 | 0.40 | 0 | 0.47 | 0.14 | 110.77 | 0.6 | 0.66 |
| Hex | 84 | DC | 74 | 28 | 0 | 2F | E | 6F | 3C | 42 |
| Octal | 204 | 334 | 164 | 50 | 0 | 57 | 16 | 157 | 74 | 102 |
| Binary | 10000100 | 11011100 | 1110100 | 101000 | 0 | 101111 | 1110 | 1101111 | 111100 | 1000010 |
Color Harmonies of #84DC74
Complementary color
Monochromatic Colors of #84DC74
Black with #84DC74
Text Example
Text Example
White with #84DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC74; }
p { color: rgb(132,220,116); }
H1.HeaderClassName
{
color: #84DC74;
}
.AnyTagClassName
{
color: #84DC74;
}
</style>
background-color css
<style>
a { background-color: #84DC74; }
a { background-color: rgb(132,220,116); }
div.DivClassName
{
background-color: #84DC74;
}
.BgClassName
{
background-color: #84DC74;
}
</style>
border-color css
<style>
span { border-color: #84DC74; }
span { border-color: rgb(132,220,116); }
td.TdClassName
{
border-color: #84DC74;
}
.TagClassName
{
border-color: #84DC74;
}
</style>