Shades of De York #8CDA8C
Tints of De York #8CDA8C
RGB
CMYK
RGB Variations
Color information
#8CDA8C (or 0x8CDA8C) is known color: De York. HEX triplet: 8C, DA and 8C. RGB value is (140,218,140). Sum of RGB (Red+Green+Blue) = 140+218+140=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA8C is #732573. Grayscale: #BABABA. Windows color (decimal): -7546228 or 9230988. OLE color: 9230988.
HSL color Cylindrical-coordinate representation of color #8CDA8C: hue angle of 120º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDA8C is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
RGB | 140 | 218 | 140 | - |
CMYK | 0.36 | 0 | 0.36 | 0.15 |
HSL | 120º | 0.51% | 0.7% | - |
HSV(B) | 120º | 0.36% | 0.85% | - |
XYZ | 40.62 | 57.61 | 33.79 | - |
YUV | 185.79 | 102.16 | 95.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 218 | 140 | 0.36 | 0 | 0.36 | 0.15 | 120 | 0.51 | 0.7 |
Hex | 8C | DA | 8C | 24 | 0 | 24 | F | 78 | 33 | 46 |
Octal | 214 | 332 | 214 | 44 | 0 | 44 | 17 | 170 | 63 | 106 |
Binary | 10001100 | 11011010 | 10001100 | 100100 | 0 | 100100 | 1111 | 1111000 | 110011 | 1000110 |
Color Harmonies of #8CDA8C
Complementary color
Monochromatic Colors of #8CDA8C
Black with #8CDA8C
Text Example
Text Example
White with #8CDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA8C; }
p { color: rgb(140,218,140); }
H1.HeaderClassName
{
color: #8CDA8C;
}
.AnyTagClassName
{
color: #8CDA8C;
}
</style>
background-color css
<style>
a { background-color: #8CDA8C; }
a { background-color: rgb(140,218,140); }
div.DivClassName
{
background-color: #8CDA8C;
}
.BgClassName
{
background-color: #8CDA8C;
}
</style>
border-color css
<style>
span { border-color: #8CDA8C; }
span { border-color: rgb(140,218,140); }
td.TdClassName
{
border-color: #8CDA8C;
}
.TagClassName
{
border-color: #8CDA8C;
}
</style>