Shades of De York #8BD793
Tints of De York #8BD793
RGB
CMYK
RGB Variations
Color information
#8BD793 (or 0x8BD793) is known color: De York. HEX triplet: 8B, D7 and 93. RGB value is (139,215,147). Sum of RGB (Red+Green+Blue) = 139+215+147=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD793 is #74286C. Grayscale: #B8B8B8. Windows color (decimal): -7612525 or 9688971. OLE color: 9688971.
HSL color Cylindrical-coordinate representation of color #8BD793: hue angle of 126.32º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD793 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 147 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.16 |
| HSL | 126.32º | 0.49% | 0.69% | - |
| HSV(B) | 126.32º | 0.35% | 0.84% | - |
| XYZ | 40.21 | 56.2 | 36.33 | - |
| YUV | 184.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 147 | 0.35 | 0 | 0.32 | 0.16 | 126.32 | 0.49 | 0.69 |
| Hex | 8B | D7 | 93 | 23 | 0 | 20 | 10 | 7E | 31 | 45 |
| Octal | 213 | 327 | 223 | 43 | 0 | 40 | 20 | 176 | 61 | 105 |
| Binary | 10001011 | 11010111 | 10010011 | 100011 | 0 | 100000 | 10000 | 1111110 | 110001 | 1000101 |
Color Harmonies of #8BD793
Complementary color
Monochromatic Colors of #8BD793
Black with #8BD793
Text Example
Text Example
White with #8BD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD793; }
p { color: rgb(139,215,147); }
H1.HeaderClassName
{
color: #8BD793;
}
.AnyTagClassName
{
color: #8BD793;
}
</style>
background-color css
<style>
a { background-color: #8BD793; }
a { background-color: rgb(139,215,147); }
div.DivClassName
{
background-color: #8BD793;
}
.BgClassName
{
background-color: #8BD793;
}
</style>
border-color css
<style>
span { border-color: #8BD793; }
span { border-color: rgb(139,215,147); }
td.TdClassName
{
border-color: #8BD793;
}
.TagClassName
{
border-color: #8BD793;
}
</style>