Shades of De York #8DCF82
Tints of De York #8DCF82
RGB
CMYK
RGB Variations
Color information
#8DCF82 (or 0x8DCF82) is known color: De York. HEX triplet: 8D, CF and 82. RGB value is (141,207,130). Sum of RGB (Red+Green+Blue) = 141+207+130=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCF82 is #72307D. Grayscale: #B2B2B2. Windows color (decimal): -7483518 or 8572813. OLE color: 8572813.
HSL color Cylindrical-coordinate representation of color #8DCF82: hue angle of 111.43º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DCF82 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 130 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.19 |
| HSL | 111.43º | 0.45% | 0.66% | - |
| HSV(B) | 111.43º | 0.37% | 0.81% | - |
| XYZ | 37.33 | 51.9 | 29.17 | - |
| YUV | 178.49 | 100.63 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 130 | 0.32 | 0 | 0.37 | 0.19 | 111.43 | 0.45 | 0.66 |
| Hex | 8D | CF | 82 | 20 | 0 | 25 | 13 | 6F | 2D | 42 |
| Octal | 215 | 317 | 202 | 40 | 0 | 45 | 23 | 157 | 55 | 102 |
| Binary | 10001101 | 11001111 | 10000010 | 100000 | 0 | 100101 | 10011 | 1101111 | 101101 | 1000010 |
Color Harmonies of #8DCF82
Complementary color
Monochromatic Colors of #8DCF82
Black with #8DCF82
Text Example
Text Example
White with #8DCF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF82; }
p { color: rgb(141,207,130); }
H1.HeaderClassName
{
color: #8DCF82;
}
.AnyTagClassName
{
color: #8DCF82;
}
</style>
background-color css
<style>
a { background-color: #8DCF82; }
a { background-color: rgb(141,207,130); }
div.DivClassName
{
background-color: #8DCF82;
}
.BgClassName
{
background-color: #8DCF82;
}
</style>
border-color css
<style>
span { border-color: #8DCF82; }
span { border-color: rgb(141,207,130); }
td.TdClassName
{
border-color: #8DCF82;
}
.TagClassName
{
border-color: #8DCF82;
}
</style>