Shades of De York #8CCF8A
Tints of De York #8CCF8A
RGB
CMYK
RGB Variations
Color information
#8CCF8A (or 0x8CCF8A) is known color: De York. HEX triplet: 8C, CF and 8A. RGB value is (140,207,138). Sum of RGB (Red+Green+Blue) = 140+207+138=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF8A is #733075. Grayscale: #B3B3B3. Windows color (decimal): -7549046 or 9097100. OLE color: 9097100.
HSL color Cylindrical-coordinate representation of color #8CCF8A: hue angle of 118.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CCF8A is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 138 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.19 |
| HSL | 118.26º | 0.42% | 0.68% | - |
| HSV(B) | 118.26º | 0.33% | 0.81% | - |
| XYZ | 37.72 | 52.04 | 32.1 | - |
| YUV | 179.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 138 | 0.32 | 0 | 0.33 | 0.19 | 118.26 | 0.42 | 0.68 |
| Hex | 8C | CF | 8A | 20 | 0 | 21 | 13 | 76 | 2A | 44 |
| Octal | 214 | 317 | 212 | 40 | 0 | 41 | 23 | 166 | 52 | 104 |
| Binary | 10001100 | 11001111 | 10001010 | 100000 | 0 | 100001 | 10011 | 1110110 | 101010 | 1000100 |
Color Harmonies of #8CCF8A
Complementary color
Monochromatic Colors of #8CCF8A
Black with #8CCF8A
Text Example
Text Example
White with #8CCF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF8A; }
p { color: rgb(140,207,138); }
H1.HeaderClassName
{
color: #8CCF8A;
}
.AnyTagClassName
{
color: #8CCF8A;
}
</style>
background-color css
<style>
a { background-color: #8CCF8A; }
a { background-color: rgb(140,207,138); }
div.DivClassName
{
background-color: #8CCF8A;
}
.BgClassName
{
background-color: #8CCF8A;
}
</style>
border-color css
<style>
span { border-color: #8CCF8A; }
span { border-color: rgb(140,207,138); }
td.TdClassName
{
border-color: #8CCF8A;
}
.TagClassName
{
border-color: #8CCF8A;
}
</style>