Shades of Light Green #84ED9B
Tints of Light Green #84ED9B
RGB
CMYK
RGB Variations
Color information
#84ED9B (or 0x84ED9B) is known color: Light Green. HEX triplet: 84, ED and 9B. RGB value is (132,237,155). Sum of RGB (Red+Green+Blue) = 132+237+155=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #84ED9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84ED9B is #7B1264. Grayscale: #C4C4C4. Windows color (decimal): -8065637 or 10218884. OLE color: 10218884.
HSL color Cylindrical-coordinate representation of color #84ED9B: hue angle of 133.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ED9B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 155 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.07 |
| HSL | 133.14º | 0.74% | 0.72% | - |
| HSV(B) | 133.14º | 0.44% | 0.93% | - |
| XYZ | 45.72 | 67.84 | 41.7 | - |
| YUV | 196.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 155 | 0.44 | 0 | 0.35 | 0.07 | 133.14 | 0.74 | 0.72 |
| Hex | 84 | ED | 9B | 2C | 0 | 23 | 7 | 85 | 4A | 48 |
| Octal | 204 | 355 | 233 | 54 | 0 | 43 | 7 | 205 | 112 | 110 |
| Binary | 10000100 | 11101101 | 10011011 | 101100 | 0 | 100011 | 111 | 10000101 | 1001010 | 1001000 |
Color Harmonies of #84ED9B
Complementary color
Monochromatic Colors of #84ED9B
Black with #84ED9B
Text Example
Text Example
White with #84ED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ED9B; }
p { color: rgb(132,237,155); }
H1.HeaderClassName
{
color: #84ED9B;
}
.AnyTagClassName
{
color: #84ED9B;
}
</style>
background-color css
<style>
a { background-color: #84ED9B; }
a { background-color: rgb(132,237,155); }
div.DivClassName
{
background-color: #84ED9B;
}
.BgClassName
{
background-color: #84ED9B;
}
</style>
border-color css
<style>
span { border-color: #84ED9B; }
span { border-color: rgb(132,237,155); }
td.TdClassName
{
border-color: #84ED9B;
}
.TagClassName
{
border-color: #84ED9B;
}
</style>