Shades of De York #8CCA7E
Tints of De York #8CCA7E
RGB
CMYK
RGB Variations
Color information
#8CCA7E (or 0x8CCA7E) is known color: De York. HEX triplet: 8C, CA and 7E. RGB value is (140,202,126). Sum of RGB (Red+Green+Blue) = 140+202+126=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA7E is #733581. Grayscale: #AFAFAF. Windows color (decimal): -7550338 or 8309388. OLE color: 8309388.
HSL color Cylindrical-coordinate representation of color #8CCA7E: hue angle of 108.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CCA7E is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 126 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.21 |
| HSL | 108.95º | 0.42% | 0.64% | - |
| HSV(B) | 108.95º | 0.38% | 0.79% | - |
| XYZ | 35.7 | 49.32 | 27.38 | - |
| YUV | 174.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 126 | 0.31 | 0 | 0.38 | 0.21 | 108.95 | 0.42 | 0.64 |
| Hex | 8C | CA | 7E | 1F | 0 | 26 | 15 | 6D | 2A | 40 |
| Octal | 214 | 312 | 176 | 37 | 0 | 46 | 25 | 155 | 52 | 100 |
| Binary | 10001100 | 11001010 | 1111110 | 11111 | 0 | 100110 | 10101 | 1101101 | 101010 | 1000000 |
Color Harmonies of #8CCA7E
Complementary color
Monochromatic Colors of #8CCA7E
Black with #8CCA7E
Text Example
Text Example
White with #8CCA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA7E; }
p { color: rgb(140,202,126); }
H1.HeaderClassName
{
color: #8CCA7E;
}
.AnyTagClassName
{
color: #8CCA7E;
}
</style>
background-color css
<style>
a { background-color: #8CCA7E; }
a { background-color: rgb(140,202,126); }
div.DivClassName
{
background-color: #8CCA7E;
}
.BgClassName
{
background-color: #8CCA7E;
}
</style>
border-color css
<style>
span { border-color: #8CCA7E; }
span { border-color: rgb(140,202,126); }
td.TdClassName
{
border-color: #8CCA7E;
}
.TagClassName
{
border-color: #8CCA7E;
}
</style>