Shades of De York #88C490
Tints of De York #88C490
RGB
CMYK
RGB Variations
Color information
#88C490 (or 0x88C490) is known color: De York. HEX triplet: 88, C4 and 90. RGB value is (136,196,144). Sum of RGB (Red+Green+Blue) = 136+196+144=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #88C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C490 is #773B6F. Grayscale: #ACACAC. Windows color (decimal): -7814000 or 9487496. OLE color: 9487496.
HSL color Cylindrical-coordinate representation of color #88C490: hue angle of 128º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C490 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 144 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.23 |
| HSL | 128º | 0.34% | 0.65% | - |
| HSV(B) | 128º | 0.31% | 0.77% | - |
| XYZ | 34.93 | 46.73 | 33.56 | - |
| YUV | 172.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 144 | 0.31 | 0 | 0.27 | 0.23 | 128 | 0.34 | 0.65 |
| Hex | 88 | C4 | 90 | 1F | 0 | 1B | 17 | 80 | 22 | 41 |
| Octal | 210 | 304 | 220 | 37 | 0 | 33 | 27 | 200 | 42 | 101 |
| Binary | 10001000 | 11000100 | 10010000 | 11111 | 0 | 11011 | 10111 | 10000000 | 100010 | 1000001 |
Color Harmonies of #88C490
Complementary color
Monochromatic Colors of #88C490
Black with #88C490
Text Example
Text Example
White with #88C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C490; }
p { color: rgb(136,196,144); }
H1.HeaderClassName
{
color: #88C490;
}
.AnyTagClassName
{
color: #88C490;
}
</style>
background-color css
<style>
a { background-color: #88C490; }
a { background-color: rgb(136,196,144); }
div.DivClassName
{
background-color: #88C490;
}
.BgClassName
{
background-color: #88C490;
}
</style>
border-color css
<style>
span { border-color: #88C490; }
span { border-color: rgb(136,196,144); }
td.TdClassName
{
border-color: #88C490;
}
.TagClassName
{
border-color: #88C490;
}
</style>