Shades of De York #89CB89
Tints of De York #89CB89
RGB
CMYK
RGB Variations
Color information
#89CB89 (or 0x89CB89) is known color: De York. HEX triplet: 89, CB and 89. RGB value is (137,203,137). Sum of RGB (Red+Green+Blue) = 137+203+137=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #89CB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CB89 is #763476. Grayscale: #AFAFAF. Windows color (decimal): -7746679 or 9030537. OLE color: 9030537.
HSL color Cylindrical-coordinate representation of color #89CB89: hue angle of 120º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CB89 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 203 | 137 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.20 |
| HSL | 120º | 0.39% | 0.67% | - |
| HSV(B) | 120º | 0.33% | 0.8% | - |
| XYZ | 36.19 | 49.84 | 31.38 | - |
| YUV | 175.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 137 | 0.33 | 0 | 0.33 | 0.20 | 120 | 0.39 | 0.67 |
| Hex | 89 | CB | 89 | 21 | 0 | 21 | 14 | 78 | 27 | 43 |
| Octal | 211 | 313 | 211 | 41 | 0 | 41 | 24 | 170 | 47 | 103 |
| Binary | 10001001 | 11001011 | 10001001 | 100001 | 0 | 100001 | 10100 | 1111000 | 100111 | 1000011 |
Color Harmonies of #89CB89
Complementary color
Monochromatic Colors of #89CB89
Black with #89CB89
Text Example
Text Example
White with #89CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CB89; }
p { color: rgb(137,203,137); }
H1.HeaderClassName
{
color: #89CB89;
}
.AnyTagClassName
{
color: #89CB89;
}
</style>
background-color css
<style>
a { background-color: #89CB89; }
a { background-color: rgb(137,203,137); }
div.DivClassName
{
background-color: #89CB89;
}
.BgClassName
{
background-color: #89CB89;
}
</style>
border-color css
<style>
span { border-color: #89CB89; }
span { border-color: rgb(137,203,137); }
td.TdClassName
{
border-color: #89CB89;
}
.TagClassName
{
border-color: #89CB89;
}
</style>