Shades of Pastel Green #84F26B
Tints of Pastel Green #84F26B
RGB
CMYK
RGB Variations
Color information
#84F26B (or 0x84F26B) is known color: Pastel Green. HEX triplet: 84, F2 and 6B. RGB value is (132,242,107). Sum of RGB (Red+Green+Blue) = 132+242+107=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #84F26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F26B is #7B0D94. Grayscale: #C2C2C2. Windows color (decimal): -8064405 or 7074436. OLE color: 7074436.
HSL color Cylindrical-coordinate representation of color #84F26B: hue angle of 108.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84F26B is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 107 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.05 |
| HSL | 108.89º | 0.84% | 0.68% | - |
| HSV(B) | 108.89º | 0.56% | 0.95% | - |
| XYZ | 43.92 | 69.47 | 25 | - |
| YUV | 193.72 | 79.06 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 107 | 0.45 | 0 | 0.56 | 0.05 | 108.89 | 0.84 | 0.68 |
| Hex | 84 | F2 | 6B | 2D | 0 | 38 | 5 | 6D | 54 | 44 |
| Octal | 204 | 362 | 153 | 55 | 0 | 70 | 5 | 155 | 124 | 104 |
| Binary | 10000100 | 11110010 | 1101011 | 101101 | 0 | 111000 | 101 | 1101101 | 1010100 | 1000100 |
Color Harmonies of #84F26B
Complementary color
Monochromatic Colors of #84F26B
Black with #84F26B
Text Example
Text Example
White with #84F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F26B; }
p { color: rgb(132,242,107); }
H1.HeaderClassName
{
color: #84F26B;
}
.AnyTagClassName
{
color: #84F26B;
}
</style>
background-color css
<style>
a { background-color: #84F26B; }
a { background-color: rgb(132,242,107); }
div.DivClassName
{
background-color: #84F26B;
}
.BgClassName
{
background-color: #84F26B;
}
</style>
border-color css
<style>
span { border-color: #84F26B; }
span { border-color: rgb(132,242,107); }
td.TdClassName
{
border-color: #84F26B;
}
.TagClassName
{
border-color: #84F26B;
}
</style>