Shades of Light Green #84E69B
Tints of Light Green #84E69B
RGB
CMYK
RGB Variations
Color information
#84E69B (or 0x84E69B) is known color: Light Green. HEX triplet: 84, E6 and 9B. RGB value is (132,230,155). Sum of RGB (Red+Green+Blue) = 132+230+155=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #84E69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84E69B is #7B1964. Grayscale: #C0C0C0. Windows color (decimal): -8067429 or 10217092. OLE color: 10217092.
HSL color Cylindrical-coordinate representation of color #84E69B: hue angle of 134.08º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E69B is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 155 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.10 |
| HSL | 134.08º | 0.66% | 0.71% | - |
| HSV(B) | 134.08º | 0.43% | 0.9% | - |
| XYZ | 43.73 | 63.87 | 41.03 | - |
| YUV | 192.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 155 | 0.43 | 0 | 0.33 | 0.10 | 134.08 | 0.66 | 0.71 |
| Hex | 84 | E6 | 9B | 2B | 0 | 21 | A | 86 | 42 | 47 |
| Octal | 204 | 346 | 233 | 53 | 0 | 41 | 12 | 206 | 102 | 107 |
| Binary | 10000100 | 11100110 | 10011011 | 101011 | 0 | 100001 | 1010 | 10000110 | 1000010 | 1000111 |
Color Harmonies of #84E69B
Complementary color
Monochromatic Colors of #84E69B
Black with #84E69B
Text Example
Text Example
White with #84E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E69B; }
p { color: rgb(132,230,155); }
H1.HeaderClassName
{
color: #84E69B;
}
.AnyTagClassName
{
color: #84E69B;
}
</style>
background-color css
<style>
a { background-color: #84E69B; }
a { background-color: rgb(132,230,155); }
div.DivClassName
{
background-color: #84E69B;
}
.BgClassName
{
background-color: #84E69B;
}
</style>
border-color css
<style>
span { border-color: #84E69B; }
span { border-color: rgb(132,230,155); }
td.TdClassName
{
border-color: #84E69B;
}
.TagClassName
{
border-color: #84E69B;
}
</style>