Shades of Pastel Green #84F05F
Tints of Pastel Green #84F05F
RGB
CMYK
RGB Variations
Color information
#84F05F (or 0x84F05F) is known color: Pastel Green. HEX triplet: 84, F0 and 5F. RGB value is (132,240,95). Sum of RGB (Red+Green+Blue) = 132+240+95=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #84F05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F05F is #7B0FA0. Grayscale: #BFBFBF. Windows color (decimal): -8064929 or 6287492. OLE color: 6287492.
HSL color Cylindrical-coordinate representation of color #84F05F: hue angle of 104.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84F05F is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 95 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.06 |
| HSL | 104.69º | 0.83% | 0.66% | - |
| HSV(B) | 104.69º | 0.6% | 0.94% | - |
| XYZ | 42.74 | 68.05 | 21.71 | - |
| YUV | 191.18 | 73.72 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 95 | 0.45 | 0 | 0.60 | 0.06 | 104.69 | 0.83 | 0.66 |
| Hex | 84 | F0 | 5F | 2D | 0 | 3C | 6 | 69 | 53 | 42 |
| Octal | 204 | 360 | 137 | 55 | 0 | 74 | 6 | 151 | 123 | 102 |
| Binary | 10000100 | 11110000 | 1011111 | 101101 | 0 | 111100 | 110 | 1101001 | 1010011 | 1000010 |
Color Harmonies of #84F05F
Complementary color
Monochromatic Colors of #84F05F
Black with #84F05F
Text Example
Text Example
White with #84F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F05F; }
p { color: rgb(132,240,95); }
H1.HeaderClassName
{
color: #84F05F;
}
.AnyTagClassName
{
color: #84F05F;
}
</style>
background-color css
<style>
a { background-color: #84F05F; }
a { background-color: rgb(132,240,95); }
div.DivClassName
{
background-color: #84F05F;
}
.BgClassName
{
background-color: #84F05F;
}
</style>
border-color css
<style>
span { border-color: #84F05F; }
span { border-color: rgb(132,240,95); }
td.TdClassName
{
border-color: #84F05F;
}
.TagClassName
{
border-color: #84F05F;
}
</style>