Shades of De York #8BD797
Tints of De York #8BD797
RGB
CMYK
RGB Variations
Color information
#8BD797 (or 0x8BD797) is known color: De York. HEX triplet: 8B, D7 and 97. RGB value is (139,215,151). Sum of RGB (Red+Green+Blue) = 139+215+151=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD797 is #742868. Grayscale: #B9B9B9. Windows color (decimal): -7612521 or 9951115. OLE color: 9951115.
HSL color Cylindrical-coordinate representation of color #8BD797: hue angle of 129.47º 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 #8BD797 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 151 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.16 |
| HSL | 129.47º | 0.49% | 0.69% | - |
| HSV(B) | 129.47º | 0.35% | 0.84% | - |
| XYZ | 40.53 | 56.32 | 38.01 | - |
| YUV | 184.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 151 | 0.35 | 0 | 0.30 | 0.16 | 129.47 | 0.49 | 0.69 |
| Hex | 8B | D7 | 97 | 23 | 0 | 1E | 10 | 81 | 31 | 45 |
| Octal | 213 | 327 | 227 | 43 | 0 | 36 | 20 | 201 | 61 | 105 |
| Binary | 10001011 | 11010111 | 10010111 | 100011 | 0 | 11110 | 10000 | 10000001 | 110001 | 1000101 |
Color Harmonies of #8BD797
Complementary color
Monochromatic Colors of #8BD797
Black with #8BD797
Text Example
Text Example
White with #8BD797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD797; }
p { color: rgb(139,215,151); }
H1.HeaderClassName
{
color: #8BD797;
}
.AnyTagClassName
{
color: #8BD797;
}
</style>
background-color css
<style>
a { background-color: #8BD797; }
a { background-color: rgb(139,215,151); }
div.DivClassName
{
background-color: #8BD797;
}
.BgClassName
{
background-color: #8BD797;
}
</style>
border-color css
<style>
span { border-color: #8BD797; }
span { border-color: rgb(139,215,151); }
td.TdClassName
{
border-color: #8BD797;
}
.TagClassName
{
border-color: #8BD797;
}
</style>