Shades of De York #8CD397
Tints of De York #8CD397
RGB
CMYK
RGB Variations
Color information
#8CD397 (or 0x8CD397) is known color: De York. HEX triplet: 8C, D3 and 97. RGB value is (140,211,151). Sum of RGB (Red+Green+Blue) = 140+211+151=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD397 is #732C68. Grayscale: #B7B7B7. Windows color (decimal): -7548009 or 9950092. OLE color: 9950092.
HSL color Cylindrical-coordinate representation of color #8CD397: hue angle of 129.3º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD397 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 151 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.17 |
| HSL | 129.3º | 0.45% | 0.69% | - |
| HSV(B) | 129.3º | 0.34% | 0.83% | - |
| XYZ | 39.7 | 54.4 | 37.69 | - |
| YUV | 182.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 151 | 0.34 | 0 | 0.28 | 0.17 | 129.3 | 0.45 | 0.69 |
| Hex | 8C | D3 | 97 | 22 | 0 | 1C | 11 | 81 | 2D | 45 |
| Octal | 214 | 323 | 227 | 42 | 0 | 34 | 21 | 201 | 55 | 105 |
| Binary | 10001100 | 11010011 | 10010111 | 100010 | 0 | 11100 | 10001 | 10000001 | 101101 | 1000101 |
Color Harmonies of #8CD397
Complementary color
Monochromatic Colors of #8CD397
Black with #8CD397
Text Example
Text Example
White with #8CD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD397; }
p { color: rgb(140,211,151); }
H1.HeaderClassName
{
color: #8CD397;
}
.AnyTagClassName
{
color: #8CD397;
}
</style>
background-color css
<style>
a { background-color: #8CD397; }
a { background-color: rgb(140,211,151); }
div.DivClassName
{
background-color: #8CD397;
}
.BgClassName
{
background-color: #8CD397;
}
</style>
border-color css
<style>
span { border-color: #8CD397; }
span { border-color: rgb(140,211,151); }
td.TdClassName
{
border-color: #8CD397;
}
.TagClassName
{
border-color: #8CD397;
}
</style>