Shades of De York #88CA93
Tints of De York #88CA93
RGB
CMYK
RGB Variations
Color information
#88CA93 (or 0x88CA93) is known color: De York. HEX triplet: 88, CA and 93. RGB value is (136,202,147). Sum of RGB (Red+Green+Blue) = 136+202+147=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA93 is #77356C. Grayscale: #B0B0B0. Windows color (decimal): -7812461 or 9685640. OLE color: 9685640.
HSL color Cylindrical-coordinate representation of color #88CA93: hue angle of 130º 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 #88CA93 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 147 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.21 |
| HSL | 130º | 0.38% | 0.66% | - |
| HSV(B) | 130º | 0.33% | 0.79% | - |
| XYZ | 36.54 | 49.58 | 35.25 | - |
| YUV | 176 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 147 | 0.33 | 0 | 0.27 | 0.21 | 130 | 0.38 | 0.66 |
| Hex | 88 | CA | 93 | 21 | 0 | 1B | 15 | 82 | 26 | 42 |
| Octal | 210 | 312 | 223 | 41 | 0 | 33 | 25 | 202 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10010011 | 100001 | 0 | 11011 | 10101 | 10000010 | 100110 | 1000010 |
Color Harmonies of #88CA93
Complementary color
Monochromatic Colors of #88CA93
Black with #88CA93
Text Example
Text Example
White with #88CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA93; }
p { color: rgb(136,202,147); }
H1.HeaderClassName
{
color: #88CA93;
}
.AnyTagClassName
{
color: #88CA93;
}
</style>
background-color css
<style>
a { background-color: #88CA93; }
a { background-color: rgb(136,202,147); }
div.DivClassName
{
background-color: #88CA93;
}
.BgClassName
{
background-color: #88CA93;
}
</style>
border-color css
<style>
span { border-color: #88CA93; }
span { border-color: rgb(136,202,147); }
td.TdClassName
{
border-color: #88CA93;
}
.TagClassName
{
border-color: #88CA93;
}
</style>