Shades of De York #8BDA93
Tints of De York #8BDA93
RGB
CMYK
RGB Variations
Color information
#8BDA93 (or 0x8BDA93) is known color: De York. HEX triplet: 8B, DA and 93. RGB value is (139,218,147). Sum of RGB (Red+Green+Blue) = 139+218+147=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA93 is #74256C. Grayscale: #BABABA. Windows color (decimal): -7611757 or 9689739. OLE color: 9689739.
HSL color Cylindrical-coordinate representation of color #8BDA93: hue angle of 126.08º degrees, saturation: 0.52, 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 #8BDA93 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 147 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.15 |
| HSL | 126.08º | 0.52% | 0.7% | - |
| HSV(B) | 126.08º | 0.36% | 0.85% | - |
| XYZ | 40.99 | 57.74 | 36.59 | - |
| YUV | 186.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 147 | 0.36 | 0 | 0.33 | 0.15 | 126.08 | 0.52 | 0.7 |
| Hex | 8B | DA | 93 | 24 | 0 | 21 | F | 7E | 34 | 46 |
| Octal | 213 | 332 | 223 | 44 | 0 | 41 | 17 | 176 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10010011 | 100100 | 0 | 100001 | 1111 | 1111110 | 110100 | 1000110 |
Color Harmonies of #8BDA93
Complementary color
Monochromatic Colors of #8BDA93
Black with #8BDA93
Text Example
Text Example
White with #8BDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDA93; }
p { color: rgb(139,218,147); }
H1.HeaderClassName
{
color: #8BDA93;
}
.AnyTagClassName
{
color: #8BDA93;
}
</style>
background-color css
<style>
a { background-color: #8BDA93; }
a { background-color: rgb(139,218,147); }
div.DivClassName
{
background-color: #8BDA93;
}
.BgClassName
{
background-color: #8BDA93;
}
</style>
border-color css
<style>
span { border-color: #8BDA93; }
span { border-color: rgb(139,218,147); }
td.TdClassName
{
border-color: #8BDA93;
}
.TagClassName
{
border-color: #8BDA93;
}
</style>