Shades of Pastel Green #84ED6A
Tints of Pastel Green #84ED6A
RGB
CMYK
RGB Variations
Color information
#84ED6A (or 0x84ED6A) is known color: Pastel Green. HEX triplet: 84, ED and 6A. RGB value is (132,237,106). Sum of RGB (Red+Green+Blue) = 132+237+106=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84ED6A is #7B1295. Grayscale: #BFBFBF. Windows color (decimal): -8065686 or 7007620. OLE color: 7007620.
HSL color Cylindrical-coordinate representation of color #84ED6A: hue angle of 108.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84ED6A is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 106 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.07 |
| HSL | 108.09º | 0.78% | 0.67% | - |
| HSV(B) | 108.09º | 0.55% | 0.93% | - |
| XYZ | 42.4 | 66.51 | 24.24 | - |
| YUV | 190.67 | 80.21 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 106 | 0.44 | 0 | 0.55 | 0.07 | 108.09 | 0.78 | 0.67 |
| Hex | 84 | ED | 6A | 2C | 0 | 37 | 7 | 6C | 4E | 43 |
| Octal | 204 | 355 | 152 | 54 | 0 | 67 | 7 | 154 | 116 | 103 |
| Binary | 10000100 | 11101101 | 1101010 | 101100 | 0 | 110111 | 111 | 1101100 | 1001110 | 1000011 |
Color Harmonies of #84ED6A
Complementary color
Monochromatic Colors of #84ED6A
Black with #84ED6A
Text Example
Text Example
White with #84ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ED6A; }
p { color: rgb(132,237,106); }
H1.HeaderClassName
{
color: #84ED6A;
}
.AnyTagClassName
{
color: #84ED6A;
}
</style>
background-color css
<style>
a { background-color: #84ED6A; }
a { background-color: rgb(132,237,106); }
div.DivClassName
{
background-color: #84ED6A;
}
.BgClassName
{
background-color: #84ED6A;
}
</style>
border-color css
<style>
span { border-color: #84ED6A; }
span { border-color: rgb(132,237,106); }
td.TdClassName
{
border-color: #84ED6A;
}
.TagClassName
{
border-color: #84ED6A;
}
</style>