Shades of Pastel Green #84E269
Tints of Pastel Green #84E269
RGB
CMYK
RGB Variations
Color information
#84E269 (or 0x84E269) is known color: Pastel Green. HEX triplet: 84, E2 and 69. RGB value is (132,226,105). Sum of RGB (Red+Green+Blue) = 132+226+105=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #84E269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E269 is #7B1D96. Grayscale: #B8B8B8. Windows color (decimal): -8068503 or 6939268. OLE color: 6939268.
HSL color Cylindrical-coordinate representation of color #84E269: hue angle of 106.61º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84E269 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 226 | 105 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.11 |
| HSL | 106.61º | 0.68% | 0.65% | - |
| HSV(B) | 106.61º | 0.54% | 0.89% | - |
| XYZ | 39.26 | 60.32 | 22.94 | - |
| YUV | 184.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 105 | 0.42 | 0 | 0.54 | 0.11 | 106.61 | 0.68 | 0.65 |
| Hex | 84 | E2 | 69 | 2A | 0 | 36 | B | 6B | 44 | 41 |
| Octal | 204 | 342 | 151 | 52 | 0 | 66 | 13 | 153 | 104 | 101 |
| Binary | 10000100 | 11100010 | 1101001 | 101010 | 0 | 110110 | 1011 | 1101011 | 1000100 | 1000001 |
Color Harmonies of #84E269
Complementary color
Monochromatic Colors of #84E269
Black with #84E269
Text Example
Text Example
White with #84E269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E269; }
p { color: rgb(132,226,105); }
H1.HeaderClassName
{
color: #84E269;
}
.AnyTagClassName
{
color: #84E269;
}
</style>
background-color css
<style>
a { background-color: #84E269; }
a { background-color: rgb(132,226,105); }
div.DivClassName
{
background-color: #84E269;
}
.BgClassName
{
background-color: #84E269;
}
</style>
border-color css
<style>
span { border-color: #84E269; }
span { border-color: rgb(132,226,105); }
td.TdClassName
{
border-color: #84E269;
}
.TagClassName
{
border-color: #84E269;
}
</style>