Shades of Light Green #84DD95
Tints of Light Green #84DD95
RGB
CMYK
RGB Variations
Color information
#84DD95 (or 0x84DD95) is known color: Light Green. HEX triplet: 84, DD and 95. RGB value is (132,221,149). Sum of RGB (Red+Green+Blue) = 132+221+149=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD95 is #7B226A. Grayscale: #BABABA. Windows color (decimal): -8069739 or 9821572. OLE color: 9821572.
HSL color Cylindrical-coordinate representation of color #84DD95: hue angle of 131.46º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD95 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 149 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.13 |
| HSL | 131.46º | 0.57% | 0.69% | - |
| HSV(B) | 131.46º | 0.4% | 0.87% | - |
| XYZ | 40.8 | 58.79 | 37.63 | - |
| YUV | 186.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 149 | 0.40 | 0 | 0.33 | 0.13 | 131.46 | 0.57 | 0.69 |
| Hex | 84 | DD | 95 | 28 | 0 | 21 | D | 83 | 39 | 45 |
| Octal | 204 | 335 | 225 | 50 | 0 | 41 | 15 | 203 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10010101 | 101000 | 0 | 100001 | 1101 | 10000011 | 111001 | 1000101 |
Color Harmonies of #84DD95
Complementary color
Monochromatic Colors of #84DD95
Black with #84DD95
Text Example
Text Example
White with #84DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD95; }
p { color: rgb(132,221,149); }
H1.HeaderClassName
{
color: #84DD95;
}
.AnyTagClassName
{
color: #84DD95;
}
</style>
background-color css
<style>
a { background-color: #84DD95; }
a { background-color: rgb(132,221,149); }
div.DivClassName
{
background-color: #84DD95;
}
.BgClassName
{
background-color: #84DD95;
}
</style>
border-color css
<style>
span { border-color: #84DD95; }
span { border-color: rgb(132,221,149); }
td.TdClassName
{
border-color: #84DD95;
}
.TagClassName
{
border-color: #84DD95;
}
</style>