Shades of De York #88CB90
Tints of De York #88CB90
RGB
CMYK
RGB Variations
Color information
#88CB90 (or 0x88CB90) is known color: De York. HEX triplet: 88, CB and 90. RGB value is (136,203,144). Sum of RGB (Red+Green+Blue) = 136+203+144=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB90 is #77346F. Grayscale: #B0B0B0. Windows color (decimal): -7812208 or 9489288. OLE color: 9489288.
HSL color Cylindrical-coordinate representation of color #88CB90: hue angle of 127.16º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CB90 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 203 | 144 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.20 |
| HSL | 127.16º | 0.39% | 0.66% | - |
| HSV(B) | 127.16º | 0.33% | 0.8% | - |
| XYZ | 36.54 | 49.96 | 34.1 | - |
| YUV | 176.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 144 | 0.33 | 0 | 0.29 | 0.20 | 127.16 | 0.39 | 0.66 |
| Hex | 88 | CB | 90 | 21 | 0 | 1D | 14 | 7F | 27 | 42 |
| Octal | 210 | 313 | 220 | 41 | 0 | 35 | 24 | 177 | 47 | 102 |
| Binary | 10001000 | 11001011 | 10010000 | 100001 | 0 | 11101 | 10100 | 1111111 | 100111 | 1000010 |
Color Harmonies of #88CB90
Complementary color
Monochromatic Colors of #88CB90
Black with #88CB90
Text Example
Text Example
White with #88CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CB90; }
p { color: rgb(136,203,144); }
H1.HeaderClassName
{
color: #88CB90;
}
.AnyTagClassName
{
color: #88CB90;
}
</style>
background-color css
<style>
a { background-color: #88CB90; }
a { background-color: rgb(136,203,144); }
div.DivClassName
{
background-color: #88CB90;
}
.BgClassName
{
background-color: #88CB90;
}
</style>
border-color css
<style>
span { border-color: #88CB90; }
span { border-color: rgb(136,203,144); }
td.TdClassName
{
border-color: #88CB90;
}
.TagClassName
{
border-color: #88CB90;
}
</style>