Shades of Pastel Green #84FA73
Tints of Pastel Green #84FA73
RGB
CMYK
RGB Variations
Color information
#84FA73 (or 0x84FA73) is known color: Pastel Green. HEX triplet: 84, FA and 73. RGB value is (132,250,115). Sum of RGB (Red+Green+Blue) = 132+250+115=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FA73 is #7B058C. Grayscale: #C7C7C7. Windows color (decimal): -8062349 or 7600772. OLE color: 7600772.
HSL color Cylindrical-coordinate representation of color #84FA73: hue angle of 112.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84FA73 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 115 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.02 |
| HSL | 112.44º | 0.93% | 0.72% | - |
| HSV(B) | 112.44º | 0.54% | 0.98% | - |
| XYZ | 46.8 | 74.51 | 28.14 | - |
| YUV | 199.33 | 80.41 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 115 | 0.47 | 0 | 0.54 | 0.02 | 112.44 | 0.93 | 0.72 |
| Hex | 84 | FA | 73 | 2F | 0 | 36 | 2 | 70 | 5D | 48 |
| Octal | 204 | 372 | 163 | 57 | 0 | 66 | 2 | 160 | 135 | 110 |
| Binary | 10000100 | 11111010 | 1110011 | 101111 | 0 | 110110 | 10 | 1110000 | 1011101 | 1001000 |
Color Harmonies of #84FA73
Complementary color
Monochromatic Colors of #84FA73
Black with #84FA73
Text Example
Text Example
White with #84FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FA73; }
p { color: rgb(132,250,115); }
H1.HeaderClassName
{
color: #84FA73;
}
.AnyTagClassName
{
color: #84FA73;
}
</style>
background-color css
<style>
a { background-color: #84FA73; }
a { background-color: rgb(132,250,115); }
div.DivClassName
{
background-color: #84FA73;
}
.BgClassName
{
background-color: #84FA73;
}
</style>
border-color css
<style>
span { border-color: #84FA73; }
span { border-color: rgb(132,250,115); }
td.TdClassName
{
border-color: #84FA73;
}
.TagClassName
{
border-color: #84FA73;
}
</style>