Shades of De York #8CCD8A
Tints of De York #8CCD8A
RGB
CMYK
RGB Variations
Color information
#8CCD8A (or 0x8CCD8A) is known color: De York. HEX triplet: 8C, CD and 8A. RGB value is (140,205,138). Sum of RGB (Red+Green+Blue) = 140+205+138=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD8A is #733275. Grayscale: #B2B2B2. Windows color (decimal): -7549558 or 9096588. OLE color: 9096588.
HSL color Cylindrical-coordinate representation of color #8CCD8A: hue angle of 118.21º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CCD8A is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 138 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.20 |
| HSL | 118.21º | 0.4% | 0.67% | - |
| HSV(B) | 118.21º | 0.33% | 0.8% | - |
| XYZ | 37.23 | 51.07 | 31.94 | - |
| YUV | 177.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 138 | 0.32 | 0 | 0.33 | 0.20 | 118.21 | 0.4 | 0.67 |
| Hex | 8C | CD | 8A | 20 | 0 | 21 | 14 | 76 | 28 | 43 |
| Octal | 214 | 315 | 212 | 40 | 0 | 41 | 24 | 166 | 50 | 103 |
| Binary | 10001100 | 11001101 | 10001010 | 100000 | 0 | 100001 | 10100 | 1110110 | 101000 | 1000011 |
Color Harmonies of #8CCD8A
Complementary color
Monochromatic Colors of #8CCD8A
Black with #8CCD8A
Text Example
Text Example
White with #8CCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD8A; }
p { color: rgb(140,205,138); }
H1.HeaderClassName
{
color: #8CCD8A;
}
.AnyTagClassName
{
color: #8CCD8A;
}
</style>
background-color css
<style>
a { background-color: #8CCD8A; }
a { background-color: rgb(140,205,138); }
div.DivClassName
{
background-color: #8CCD8A;
}
.BgClassName
{
background-color: #8CCD8A;
}
</style>
border-color css
<style>
span { border-color: #8CCD8A; }
span { border-color: rgb(140,205,138); }
td.TdClassName
{
border-color: #8CCD8A;
}
.TagClassName
{
border-color: #8CCD8A;
}
</style>