Shades of De York #8BD594
Tints of De York #8BD594
RGB
CMYK
RGB Variations
Color information
#8BD594 (or 0x8BD594) is known color: De York. HEX triplet: 8B, D5 and 94. RGB value is (139,213,148). Sum of RGB (Red+Green+Blue) = 139+213+148=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD594 is #742A6B. Grayscale: #B7B7B7. Windows color (decimal): -7613036 or 9753995. OLE color: 9753995.
HSL color Cylindrical-coordinate representation of color #8BD594: hue angle of 127.3º degrees, saturation: 0.47, 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 #8BD594 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 148 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.16 |
| HSL | 127.3º | 0.47% | 0.69% | - |
| HSV(B) | 127.3º | 0.35% | 0.84% | - |
| XYZ | 39.79 | 55.22 | 36.58 | - |
| YUV | 183.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 148 | 0.35 | 0 | 0.31 | 0.16 | 127.3 | 0.47 | 0.69 |
| Hex | 8B | D5 | 94 | 23 | 0 | 1F | 10 | 7F | 2F | 45 |
| Octal | 213 | 325 | 224 | 43 | 0 | 37 | 20 | 177 | 57 | 105 |
| Binary | 10001011 | 11010101 | 10010100 | 100011 | 0 | 11111 | 10000 | 1111111 | 101111 | 1000101 |
Color Harmonies of #8BD594
Complementary color
Monochromatic Colors of #8BD594
Black with #8BD594
Text Example
Text Example
White with #8BD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD594; }
p { color: rgb(139,213,148); }
H1.HeaderClassName
{
color: #8BD594;
}
.AnyTagClassName
{
color: #8BD594;
}
</style>
background-color css
<style>
a { background-color: #8BD594; }
a { background-color: rgb(139,213,148); }
div.DivClassName
{
background-color: #8BD594;
}
.BgClassName
{
background-color: #8BD594;
}
</style>
border-color css
<style>
span { border-color: #8BD594; }
span { border-color: rgb(139,213,148); }
td.TdClassName
{
border-color: #8BD594;
}
.TagClassName
{
border-color: #8BD594;
}
</style>