Shades of Pastel Green #84F065
Tints of Pastel Green #84F065
RGB
CMYK
RGB Variations
Color information
#84F065 (or 0x84F065) is known color: Pastel Green. HEX triplet: 84, F0 and 65. RGB value is (132,240,101). Sum of RGB (Red+Green+Blue) = 132+240+101=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #84F065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F065 is #7B0F9A. Grayscale: #C0C0C0. Windows color (decimal): -8064923 or 6680708. OLE color: 6680708.
HSL color Cylindrical-coordinate representation of color #84F065: hue angle of 106.62º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84F065 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 101 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.06 |
| HSL | 106.62º | 0.82% | 0.67% | - |
| HSV(B) | 106.62º | 0.58% | 0.94% | - |
| XYZ | 43.02 | 68.17 | 23.2 | - |
| YUV | 191.86 | 76.72 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 101 | 0.45 | 0 | 0.58 | 0.06 | 106.62 | 0.82 | 0.67 |
| Hex | 84 | F0 | 65 | 2D | 0 | 3A | 6 | 6B | 52 | 43 |
| Octal | 204 | 360 | 145 | 55 | 0 | 72 | 6 | 153 | 122 | 103 |
| Binary | 10000100 | 11110000 | 1100101 | 101101 | 0 | 111010 | 110 | 1101011 | 1010010 | 1000011 |
Color Harmonies of #84F065
Complementary color
Monochromatic Colors of #84F065
Black with #84F065
Text Example
Text Example
White with #84F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F065; }
p { color: rgb(132,240,101); }
H1.HeaderClassName
{
color: #84F065;
}
.AnyTagClassName
{
color: #84F065;
}
</style>
background-color css
<style>
a { background-color: #84F065; }
a { background-color: rgb(132,240,101); }
div.DivClassName
{
background-color: #84F065;
}
.BgClassName
{
background-color: #84F065;
}
</style>
border-color css
<style>
span { border-color: #84F065; }
span { border-color: rgb(132,240,101); }
td.TdClassName
{
border-color: #84F065;
}
.TagClassName
{
border-color: #84F065;
}
</style>