Shades of Dark Sea Green #84B481
Tints of Dark Sea Green #84B481
RGB
CMYK
RGB Variations
Color information
#84B481 (or 0x84B481) is known color: Dark Sea Green. HEX triplet: 84, B4 and 81. RGB value is (132,180,129). Sum of RGB (Red+Green+Blue) = 132+180+129=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #84B481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B481 is #7B4B7E. Grayscale: #9F9F9F. Windows color (decimal): -8080255 or 8500356. OLE color: 8500356.
HSL color Cylindrical-coordinate representation of color #84B481: hue angle of 116.47º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B481 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 129 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.29 |
| HSL | 116.47º | 0.25% | 0.61% | - |
| HSV(B) | 116.47º | 0.28% | 0.71% | - |
| XYZ | 29.8 | 39.13 | 26.75 | - |
| YUV | 159.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 129 | 0.27 | 0 | 0.28 | 0.29 | 116.47 | 0.25 | 0.61 |
| Hex | 84 | B4 | 81 | 1B | 0 | 1C | 1D | 74 | 19 | 3D |
| Octal | 204 | 264 | 201 | 33 | 0 | 34 | 35 | 164 | 31 | 75 |
| Binary | 10000100 | 10110100 | 10000001 | 11011 | 0 | 11100 | 11101 | 1110100 | 11001 | 111101 |
Color Harmonies of #84B481
Complementary color
Monochromatic Colors of #84B481
Black with #84B481
Text Example
Text Example
White with #84B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B481; }
p { color: rgb(132,180,129); }
H1.HeaderClassName
{
color: #84B481;
}
.AnyTagClassName
{
color: #84B481;
}
</style>
background-color css
<style>
a { background-color: #84B481; }
a { background-color: rgb(132,180,129); }
div.DivClassName
{
background-color: #84B481;
}
.BgClassName
{
background-color: #84B481;
}
</style>
border-color css
<style>
span { border-color: #84B481; }
span { border-color: rgb(132,180,129); }
td.TdClassName
{
border-color: #84B481;
}
.TagClassName
{
border-color: #84B481;
}
</style>