Shades of Dark Sea Green #8DC07F
Tints of Dark Sea Green #8DC07F
RGB
CMYK
RGB Variations
Color information
#8DC07F (or 0x8DC07F) is known color: Dark Sea Green. HEX triplet: 8D, C0 and 7F. RGB value is (141,192,127). Sum of RGB (Red+Green+Blue) = 141+192+127=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC07F is #723F80. Grayscale: #A9A9A9. Windows color (decimal): -7487361 or 8372365. OLE color: 8372365.
HSL color Cylindrical-coordinate representation of color #8DC07F: hue angle of 107.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DC07F is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 127 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.25 |
| HSL | 107.08º | 0.34% | 0.63% | - |
| HSV(B) | 107.08º | 0.34% | 0.75% | - |
| XYZ | 33.66 | 44.89 | 26.97 | - |
| YUV | 169.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 127 | 0.27 | 0 | 0.34 | 0.25 | 107.08 | 0.34 | 0.63 |
| Hex | 8D | C0 | 7F | 1B | 0 | 22 | 19 | 6B | 22 | 3F |
| Octal | 215 | 300 | 177 | 33 | 0 | 42 | 31 | 153 | 42 | 77 |
| Binary | 10001101 | 11000000 | 1111111 | 11011 | 0 | 100010 | 11001 | 1101011 | 100010 | 111111 |
Color Harmonies of #8DC07F
Complementary color
Monochromatic Colors of #8DC07F
Black with #8DC07F
Text Example
Text Example
White with #8DC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC07F; }
p { color: rgb(141,192,127); }
H1.HeaderClassName
{
color: #8DC07F;
}
.AnyTagClassName
{
color: #8DC07F;
}
</style>
background-color css
<style>
a { background-color: #8DC07F; }
a { background-color: rgb(141,192,127); }
div.DivClassName
{
background-color: #8DC07F;
}
.BgClassName
{
background-color: #8DC07F;
}
</style>
border-color css
<style>
span { border-color: #8DC07F; }
span { border-color: rgb(141,192,127); }
td.TdClassName
{
border-color: #8DC07F;
}
.TagClassName
{
border-color: #8DC07F;
}
</style>