Shades of Pastel Green #84F265
Tints of Pastel Green #84F265
RGB
CMYK
RGB Variations
Color information
#84F265 (or 0x84F265) is known color: Pastel Green. HEX triplet: 84, F2 and 65. RGB value is (132,242,101). Sum of RGB (Red+Green+Blue) = 132+242+101=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #84F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F265 is #7B0D9A. Grayscale: #C1C1C1. Windows color (decimal): -8064411 or 6681220. OLE color: 6681220.
HSL color Cylindrical-coordinate representation of color #84F265: hue angle of 106.81º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84F265 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 101 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.05 |
| HSL | 106.81º | 0.84% | 0.67% | - |
| HSV(B) | 106.81º | 0.58% | 0.95% | - |
| XYZ | 43.62 | 69.35 | 23.4 | - |
| YUV | 193.04 | 76.06 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 101 | 0.45 | 0 | 0.58 | 0.05 | 106.81 | 0.84 | 0.67 |
| Hex | 84 | F2 | 65 | 2D | 0 | 3A | 5 | 6B | 54 | 43 |
| Octal | 204 | 362 | 145 | 55 | 0 | 72 | 5 | 153 | 124 | 103 |
| Binary | 10000100 | 11110010 | 1100101 | 101101 | 0 | 111010 | 101 | 1101011 | 1010100 | 1000011 |
Color Harmonies of #84F265
Complementary color
Monochromatic Colors of #84F265
Black with #84F265
Text Example
Text Example
White with #84F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F265; }
p { color: rgb(132,242,101); }
H1.HeaderClassName
{
color: #84F265;
}
.AnyTagClassName
{
color: #84F265;
}
</style>
background-color css
<style>
a { background-color: #84F265; }
a { background-color: rgb(132,242,101); }
div.DivClassName
{
background-color: #84F265;
}
.BgClassName
{
background-color: #84F265;
}
</style>
border-color css
<style>
span { border-color: #84F265; }
span { border-color: rgb(132,242,101); }
td.TdClassName
{
border-color: #84F265;
}
.TagClassName
{
border-color: #84F265;
}
</style>