Shades of Pastel Green #84F972
Tints of Pastel Green #84F972
RGB
CMYK
RGB Variations
Color information
#84F972 (or 0x84F972) is known color: Pastel Green. HEX triplet: 84, F9 and 72. RGB value is (132,249,114). Sum of RGB (Red+Green+Blue) = 132+249+114=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #84F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F972 is #7B068D. Grayscale: #C7C7C7. Windows color (decimal): -8062606 or 7534980. OLE color: 7534980.
HSL color Cylindrical-coordinate representation of color #84F972: hue angle of 112º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84F972 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 114 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.02 |
| HSL | 112º | 0.92% | 0.71% | - |
| HSV(B) | 112º | 0.54% | 0.98% | - |
| XYZ | 46.43 | 73.87 | 27.73 | - |
| YUV | 198.63 | 80.24 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 114 | 0.47 | 0 | 0.54 | 0.02 | 112 | 0.92 | 0.71 |
| Hex | 84 | F9 | 72 | 2F | 0 | 36 | 2 | 70 | 5C | 47 |
| Octal | 204 | 371 | 162 | 57 | 0 | 66 | 2 | 160 | 134 | 107 |
| Binary | 10000100 | 11111001 | 1110010 | 101111 | 0 | 110110 | 10 | 1110000 | 1011100 | 1000111 |
Color Harmonies of #84F972
Complementary color
Monochromatic Colors of #84F972
Black with #84F972
Text Example
Text Example
White with #84F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F972; }
p { color: rgb(132,249,114); }
H1.HeaderClassName
{
color: #84F972;
}
.AnyTagClassName
{
color: #84F972;
}
</style>
background-color css
<style>
a { background-color: #84F972; }
a { background-color: rgb(132,249,114); }
div.DivClassName
{
background-color: #84F972;
}
.BgClassName
{
background-color: #84F972;
}
</style>
border-color css
<style>
span { border-color: #84F972; }
span { border-color: rgb(132,249,114); }
td.TdClassName
{
border-color: #84F972;
}
.TagClassName
{
border-color: #84F972;
}
</style>