Shades of Dark Sea Green #8FC38D
Tints of Dark Sea Green #8FC38D
RGB
CMYK
RGB Variations
Color information
#8FC38D (or 0x8FC38D) is known color: Dark Sea Green. HEX triplet: 8F, C3 and 8D. RGB value is (143,195,141). Sum of RGB (Red+Green+Blue) = 143+195+141=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC38D is #703C72. Grayscale: #ADADAD. Windows color (decimal): -7355507 or 9290639. OLE color: 9290639.
HSL color Cylindrical-coordinate representation of color #8FC38D: hue angle of 117.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC38D is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 195 | 141 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.24 |
| HSL | 117.78º | 0.31% | 0.66% | - |
| HSV(B) | 117.78º | 0.28% | 0.76% | - |
| XYZ | 35.65 | 46.79 | 32.35 | - |
| YUV | 173.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 141 | 0.27 | 0 | 0.28 | 0.24 | 117.78 | 0.31 | 0.66 |
| Hex | 8F | C3 | 8D | 1B | 0 | 1C | 18 | 76 | 1F | 42 |
| Octal | 217 | 303 | 215 | 33 | 0 | 34 | 30 | 166 | 37 | 102 |
| Binary | 10001111 | 11000011 | 10001101 | 11011 | 0 | 11100 | 11000 | 1110110 | 11111 | 1000010 |
Color Harmonies of #8FC38D
Complementary color
Monochromatic Colors of #8FC38D
Black with #8FC38D
Text Example
Text Example
White with #8FC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC38D; }
p { color: rgb(143,195,141); }
H1.HeaderClassName
{
color: #8FC38D;
}
.AnyTagClassName
{
color: #8FC38D;
}
</style>
background-color css
<style>
a { background-color: #8FC38D; }
a { background-color: rgb(143,195,141); }
div.DivClassName
{
background-color: #8FC38D;
}
.BgClassName
{
background-color: #8FC38D;
}
</style>
border-color css
<style>
span { border-color: #8FC38D; }
span { border-color: rgb(143,195,141); }
td.TdClassName
{
border-color: #8FC38D;
}
.TagClassName
{
border-color: #8FC38D;
}
</style>