Shades of De York #88CA90
Tints of De York #88CA90
RGB
CMYK
RGB Variations
Color information
#88CA90 (or 0x88CA90) is known color: De York. HEX triplet: 88, CA and 90. RGB value is (136,202,144). Sum of RGB (Red+Green+Blue) = 136+202+144=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA90 is #77356F. Grayscale: #AFAFAF. Windows color (decimal): -7812464 or 9489032. OLE color: 9489032.
HSL color Cylindrical-coordinate representation of color #88CA90: hue angle of 127.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CA90 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 144 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.21 |
| HSL | 127.27º | 0.38% | 0.66% | - |
| HSV(B) | 127.27º | 0.33% | 0.79% | - |
| XYZ | 36.31 | 49.49 | 34.02 | - |
| YUV | 175.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 144 | 0.33 | 0 | 0.29 | 0.21 | 127.27 | 0.38 | 0.66 |
| Hex | 88 | CA | 90 | 21 | 0 | 1D | 15 | 7F | 26 | 42 |
| Octal | 210 | 312 | 220 | 41 | 0 | 35 | 25 | 177 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10010000 | 100001 | 0 | 11101 | 10101 | 1111111 | 100110 | 1000010 |
Color Harmonies of #88CA90
Complementary color
Monochromatic Colors of #88CA90
Black with #88CA90
Text Example
Text Example
White with #88CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA90; }
p { color: rgb(136,202,144); }
H1.HeaderClassName
{
color: #88CA90;
}
.AnyTagClassName
{
color: #88CA90;
}
</style>
background-color css
<style>
a { background-color: #88CA90; }
a { background-color: rgb(136,202,144); }
div.DivClassName
{
background-color: #88CA90;
}
.BgClassName
{
background-color: #88CA90;
}
</style>
border-color css
<style>
span { border-color: #88CA90; }
span { border-color: rgb(136,202,144); }
td.TdClassName
{
border-color: #88CA90;
}
.TagClassName
{
border-color: #88CA90;
}
</style>