Shades of Pastel Green #84ED7B
Tints of Pastel Green #84ED7B
RGB
CMYK
RGB Variations
Color information
#84ED7B (or 0x84ED7B) is known color: Pastel Green. HEX triplet: 84, ED and 7B. RGB value is (132,237,123). Sum of RGB (Red+Green+Blue) = 132+237+123=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84ED7B is #7B1284. Grayscale: #C0C0C0. Windows color (decimal): -8065669 or 8121732. OLE color: 8121732.
HSL color Cylindrical-coordinate representation of color #84ED7B: hue angle of 115.26º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84ED7B is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 123 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.07 |
| HSL | 115.26º | 0.76% | 0.71% | - |
| HSV(B) | 115.26º | 0.48% | 0.93% | - |
| XYZ | 43.38 | 66.9 | 29.37 | - |
| YUV | 192.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 123 | 0.44 | 0 | 0.48 | 0.07 | 115.26 | 0.76 | 0.71 |
| Hex | 84 | ED | 7B | 2C | 0 | 30 | 7 | 73 | 4C | 47 |
| Octal | 204 | 355 | 173 | 54 | 0 | 60 | 7 | 163 | 114 | 107 |
| Binary | 10000100 | 11101101 | 1111011 | 101100 | 0 | 110000 | 111 | 1110011 | 1001100 | 1000111 |
Color Harmonies of #84ED7B
Complementary color
Monochromatic Colors of #84ED7B
Black with #84ED7B
Text Example
Text Example
White with #84ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ED7B; }
p { color: rgb(132,237,123); }
H1.HeaderClassName
{
color: #84ED7B;
}
.AnyTagClassName
{
color: #84ED7B;
}
</style>
background-color css
<style>
a { background-color: #84ED7B; }
a { background-color: rgb(132,237,123); }
div.DivClassName
{
background-color: #84ED7B;
}
.BgClassName
{
background-color: #84ED7B;
}
</style>
border-color css
<style>
span { border-color: #84ED7B; }
span { border-color: rgb(132,237,123); }
td.TdClassName
{
border-color: #84ED7B;
}
.TagClassName
{
border-color: #84ED7B;
}
</style>