Shades of Pastel Green #84F178
Tints of Pastel Green #84F178
RGB
CMYK
RGB Variations
Color information
#84F178 (or 0x84F178) is known color: Pastel Green. HEX triplet: 84, F1 and 78. RGB value is (132,241,120). Sum of RGB (Red+Green+Blue) = 132+241+120=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #84F178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F178 is #7B0E87. Grayscale: #C2C2C2. Windows color (decimal): -8064648 or 7926148. OLE color: 7926148.
HSL color Cylindrical-coordinate representation of color #84F178: hue angle of 114.05º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84F178 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 241 | 120 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.05 |
| HSL | 114.05º | 0.81% | 0.71% | - |
| HSV(B) | 114.05º | 0.5% | 0.95% | - |
| XYZ | 44.36 | 69.17 | 28.78 | - |
| YUV | 194.62 | 85.89 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 241 | 120 | 0.45 | 0 | 0.50 | 0.05 | 114.05 | 0.81 | 0.71 |
| Hex | 84 | F1 | 78 | 2D | 0 | 32 | 5 | 72 | 51 | 47 |
| Octal | 204 | 361 | 170 | 55 | 0 | 62 | 5 | 162 | 121 | 107 |
| Binary | 10000100 | 11110001 | 1111000 | 101101 | 0 | 110010 | 101 | 1110010 | 1010001 | 1000111 |
Color Harmonies of #84F178
Complementary color
Monochromatic Colors of #84F178
Black with #84F178
Text Example
Text Example
White with #84F178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F178; }
p { color: rgb(132,241,120); }
H1.HeaderClassName
{
color: #84F178;
}
.AnyTagClassName
{
color: #84F178;
}
</style>
background-color css
<style>
a { background-color: #84F178; }
a { background-color: rgb(132,241,120); }
div.DivClassName
{
background-color: #84F178;
}
.BgClassName
{
background-color: #84F178;
}
</style>
border-color css
<style>
span { border-color: #84F178; }
span { border-color: rgb(132,241,120); }
td.TdClassName
{
border-color: #84F178;
}
.TagClassName
{
border-color: #84F178;
}
</style>