Shades of De York #8FCE8A
Tints of De York #8FCE8A
RGB
CMYK
RGB Variations
Color information
#8FCE8A (or 0x8FCE8A) is known color: De York. HEX triplet: 8F, CE and 8A. RGB value is (143,206,138). Sum of RGB (Red+Green+Blue) = 143+206+138=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCE8A is #703175. Grayscale: #B3B3B3. Windows color (decimal): -7352694 or 9096847. OLE color: 9096847.
HSL color Cylindrical-coordinate representation of color #8FCE8A: hue angle of 115.59º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCE8A is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 138 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.19 |
| HSL | 115.59º | 0.41% | 0.67% | - |
| HSV(B) | 115.59º | 0.33% | 0.81% | - |
| XYZ | 37.99 | 51.82 | 32.04 | - |
| YUV | 179.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 138 | 0.31 | 0 | 0.33 | 0.19 | 115.59 | 0.41 | 0.67 |
| Hex | 8F | CE | 8A | 1F | 0 | 21 | 13 | 74 | 29 | 43 |
| Octal | 217 | 316 | 212 | 37 | 0 | 41 | 23 | 164 | 51 | 103 |
| Binary | 10001111 | 11001110 | 10001010 | 11111 | 0 | 100001 | 10011 | 1110100 | 101001 | 1000011 |
Color Harmonies of #8FCE8A
Complementary color
Monochromatic Colors of #8FCE8A
Black with #8FCE8A
Text Example
Text Example
White with #8FCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCE8A; }
p { color: rgb(143,206,138); }
H1.HeaderClassName
{
color: #8FCE8A;
}
.AnyTagClassName
{
color: #8FCE8A;
}
</style>
background-color css
<style>
a { background-color: #8FCE8A; }
a { background-color: rgb(143,206,138); }
div.DivClassName
{
background-color: #8FCE8A;
}
.BgClassName
{
background-color: #8FCE8A;
}
</style>
border-color css
<style>
span { border-color: #8FCE8A; }
span { border-color: rgb(143,206,138); }
td.TdClassName
{
border-color: #8FCE8A;
}
.TagClassName
{
border-color: #8FCE8A;
}
</style>