Shades of De York #89CE95
Tints of De York #89CE95
RGB
CMYK
RGB Variations
Color information
#89CE95 (or 0x89CE95) is known color: De York. HEX triplet: 89, CE and 95. RGB value is (137,206,149). Sum of RGB (Red+Green+Blue) = 137+206+149=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #89CE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CE95 is #76316A. Grayscale: #B3B3B3. Windows color (decimal): -7745899 or 9817737. OLE color: 9817737.
HSL color Cylindrical-coordinate representation of color #89CE95: hue angle of 130.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CE95 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 149 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.19 |
| HSL | 130.43º | 0.41% | 0.67% | - |
| HSV(B) | 130.43º | 0.33% | 0.81% | - |
| XYZ | 37.81 | 51.63 | 36.41 | - |
| YUV | 178.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 149 | 0.33 | 0 | 0.28 | 0.19 | 130.43 | 0.41 | 0.67 |
| Hex | 89 | CE | 95 | 21 | 0 | 1C | 13 | 82 | 29 | 43 |
| Octal | 211 | 316 | 225 | 41 | 0 | 34 | 23 | 202 | 51 | 103 |
| Binary | 10001001 | 11001110 | 10010101 | 100001 | 0 | 11100 | 10011 | 10000010 | 101001 | 1000011 |
Color Harmonies of #89CE95
Complementary color
Monochromatic Colors of #89CE95
Black with #89CE95
Text Example
Text Example
White with #89CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CE95; }
p { color: rgb(137,206,149); }
H1.HeaderClassName
{
color: #89CE95;
}
.AnyTagClassName
{
color: #89CE95;
}
</style>
background-color css
<style>
a { background-color: #89CE95; }
a { background-color: rgb(137,206,149); }
div.DivClassName
{
background-color: #89CE95;
}
.BgClassName
{
background-color: #89CE95;
}
</style>
border-color css
<style>
span { border-color: #89CE95; }
span { border-color: rgb(137,206,149); }
td.TdClassName
{
border-color: #89CE95;
}
.TagClassName
{
border-color: #89CE95;
}
</style>