Shades of De York #88CA8A
Tints of De York #88CA8A
RGB
CMYK
RGB Variations
Color information
#88CA8A (or 0x88CA8A) is known color: De York. HEX triplet: 88, CA and 8A. RGB value is (136,202,138). Sum of RGB (Red+Green+Blue) = 136+202+138=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA8A is #773575. Grayscale: #AFAFAF. Windows color (decimal): -7812470 or 9095816. OLE color: 9095816.
HSL color Cylindrical-coordinate representation of color #88CA8A: hue angle of 121.82º 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 #88CA8A is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 138 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.21 |
| HSL | 121.82º | 0.38% | 0.66% | - |
| HSV(B) | 121.82º | 0.33% | 0.79% | - |
| XYZ | 35.86 | 49.31 | 31.67 | - |
| YUV | 174.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 138 | 0.33 | 0 | 0.32 | 0.21 | 121.82 | 0.38 | 0.66 |
| Hex | 88 | CA | 8A | 21 | 0 | 20 | 15 | 7A | 26 | 42 |
| Octal | 210 | 312 | 212 | 41 | 0 | 40 | 25 | 172 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10001010 | 100001 | 0 | 100000 | 10101 | 1111010 | 100110 | 1000010 |
Color Harmonies of #88CA8A
Complementary color
Monochromatic Colors of #88CA8A
Black with #88CA8A
Text Example
Text Example
White with #88CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA8A; }
p { color: rgb(136,202,138); }
H1.HeaderClassName
{
color: #88CA8A;
}
.AnyTagClassName
{
color: #88CA8A;
}
</style>
background-color css
<style>
a { background-color: #88CA8A; }
a { background-color: rgb(136,202,138); }
div.DivClassName
{
background-color: #88CA8A;
}
.BgClassName
{
background-color: #88CA8A;
}
</style>
border-color css
<style>
span { border-color: #88CA8A; }
span { border-color: rgb(136,202,138); }
td.TdClassName
{
border-color: #88CA8A;
}
.TagClassName
{
border-color: #88CA8A;
}
</style>