Shades of Pastel Green #84F56A
Tints of Pastel Green #84F56A
RGB
CMYK
RGB Variations
Color information
#84F56A (or 0x84F56A) is known color: Pastel Green. HEX triplet: 84, F5 and 6A. RGB value is (132,245,106). Sum of RGB (Red+Green+Blue) = 132+245+106=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #84F56A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F56A is #7B0A95. Grayscale: #C3C3C3. Windows color (decimal): -8063638 or 7009668. OLE color: 7009668.
HSL color Cylindrical-coordinate representation of color #84F56A: hue angle of 108.78º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84F56A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 245 | 106 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.04 |
| HSL | 108.78º | 0.87% | 0.69% | - |
| HSV(B) | 108.78º | 0.57% | 0.96% | - |
| XYZ | 44.77 | 71.25 | 25.03 | - |
| YUV | 195.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 245 | 106 | 0.46 | 0 | 0.57 | 0.04 | 108.78 | 0.87 | 0.69 |
| Hex | 84 | F5 | 6A | 2E | 0 | 39 | 4 | 6D | 57 | 45 |
| Octal | 204 | 365 | 152 | 56 | 0 | 71 | 4 | 155 | 127 | 105 |
| Binary | 10000100 | 11110101 | 1101010 | 101110 | 0 | 111001 | 100 | 1101101 | 1010111 | 1000101 |
Color Harmonies of #84F56A
Complementary color
Monochromatic Colors of #84F56A
Black with #84F56A
Text Example
Text Example
White with #84F56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F56A; }
p { color: rgb(132,245,106); }
H1.HeaderClassName
{
color: #84F56A;
}
.AnyTagClassName
{
color: #84F56A;
}
</style>
background-color css
<style>
a { background-color: #84F56A; }
a { background-color: rgb(132,245,106); }
div.DivClassName
{
background-color: #84F56A;
}
.BgClassName
{
background-color: #84F56A;
}
</style>
border-color css
<style>
span { border-color: #84F56A; }
span { border-color: rgb(132,245,106); }
td.TdClassName
{
border-color: #84F56A;
}
.TagClassName
{
border-color: #84F56A;
}
</style>