Shades of De York #8CCD92
Tints of De York #8CCD92
RGB
CMYK
RGB Variations
Color information
#8CCD92 (or 0x8CCD92) is known color: De York. HEX triplet: 8C, CD and 92. RGB value is (140,205,146). Sum of RGB (Red+Green+Blue) = 140+205+146=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD92 is #73326D. Grayscale: #B3B3B3. Windows color (decimal): -7549550 or 9620876. OLE color: 9620876.
HSL color Cylindrical-coordinate representation of color #8CCD92: hue angle of 125.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD92 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 146 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.20 |
| HSL | 125.54º | 0.39% | 0.68% | - |
| HSV(B) | 125.54º | 0.32% | 0.8% | - |
| XYZ | 37.83 | 51.31 | 35.1 | - |
| YUV | 178.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 146 | 0.32 | 0 | 0.29 | 0.20 | 125.54 | 0.39 | 0.68 |
| Hex | 8C | CD | 92 | 20 | 0 | 1D | 14 | 7E | 27 | 44 |
| Octal | 214 | 315 | 222 | 40 | 0 | 35 | 24 | 176 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10010010 | 100000 | 0 | 11101 | 10100 | 1111110 | 100111 | 1000100 |
Color Harmonies of #8CCD92
Complementary color
Monochromatic Colors of #8CCD92
Black with #8CCD92
Text Example
Text Example
White with #8CCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD92; }
p { color: rgb(140,205,146); }
H1.HeaderClassName
{
color: #8CCD92;
}
.AnyTagClassName
{
color: #8CCD92;
}
</style>
background-color css
<style>
a { background-color: #8CCD92; }
a { background-color: rgb(140,205,146); }
div.DivClassName
{
background-color: #8CCD92;
}
.BgClassName
{
background-color: #8CCD92;
}
</style>
border-color css
<style>
span { border-color: #8CCD92; }
span { border-color: rgb(140,205,146); }
td.TdClassName
{
border-color: #8CCD92;
}
.TagClassName
{
border-color: #8CCD92;
}
</style>