Shades of Pastel Green #84EF7B
Tints of Pastel Green #84EF7B
RGB
CMYK
RGB Variations
Color information
#84EF7B (or 0x84EF7B) is known color: Pastel Green. HEX triplet: 84, EF and 7B. RGB value is (132,239,123). Sum of RGB (Red+Green+Blue) = 132+239+123=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EF7B is #7B1084. Grayscale: #C2C2C2. Windows color (decimal): -8065157 or 8122244. OLE color: 8122244.
HSL color Cylindrical-coordinate representation of color #84EF7B: hue angle of 115.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84EF7B is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 123 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.06 |
| HSL | 115.34º | 0.78% | 0.71% | - |
| HSV(B) | 115.34º | 0.49% | 0.94% | - |
| XYZ | 43.96 | 68.07 | 29.56 | - |
| YUV | 193.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 123 | 0.45 | 0 | 0.49 | 0.06 | 115.34 | 0.78 | 0.71 |
| Hex | 84 | EF | 7B | 2D | 0 | 31 | 6 | 73 | 4E | 47 |
| Octal | 204 | 357 | 173 | 55 | 0 | 61 | 6 | 163 | 116 | 107 |
| Binary | 10000100 | 11101111 | 1111011 | 101101 | 0 | 110001 | 110 | 1110011 | 1001110 | 1000111 |
Color Harmonies of #84EF7B
Complementary color
Monochromatic Colors of #84EF7B
Black with #84EF7B
Text Example
Text Example
White with #84EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EF7B; }
p { color: rgb(132,239,123); }
H1.HeaderClassName
{
color: #84EF7B;
}
.AnyTagClassName
{
color: #84EF7B;
}
</style>
background-color css
<style>
a { background-color: #84EF7B; }
a { background-color: rgb(132,239,123); }
div.DivClassName
{
background-color: #84EF7B;
}
.BgClassName
{
background-color: #84EF7B;
}
</style>
border-color css
<style>
span { border-color: #84EF7B; }
span { border-color: rgb(132,239,123); }
td.TdClassName
{
border-color: #84EF7B;
}
.TagClassName
{
border-color: #84EF7B;
}
</style>