Shades of De York #88CA75
Tints of De York #88CA75
RGB
CMYK
RGB Variations
Color information
#88CA75 (or 0x88CA75) is known color: De York. HEX triplet: 88, CA and 75. RGB value is (136,202,117). Sum of RGB (Red+Green+Blue) = 136+202+117=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA75 is #77358A. Grayscale: #ACACAC. Windows color (decimal): -7812491 or 7719560. OLE color: 7719560.
HSL color Cylindrical-coordinate representation of color #88CA75: hue angle of 106.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88CA75 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 117 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.21 |
| HSL | 106.59º | 0.45% | 0.63% | - |
| HSV(B) | 106.59º | 0.42% | 0.79% | - |
| XYZ | 34.48 | 48.76 | 24.42 | - |
| YUV | 172.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 117 | 0.33 | 0 | 0.42 | 0.21 | 106.59 | 0.45 | 0.63 |
| Hex | 88 | CA | 75 | 21 | 0 | 2A | 15 | 6B | 2D | 3F |
| Octal | 210 | 312 | 165 | 41 | 0 | 52 | 25 | 153 | 55 | 77 |
| Binary | 10001000 | 11001010 | 1110101 | 100001 | 0 | 101010 | 10101 | 1101011 | 101101 | 111111 |
Color Harmonies of #88CA75
Complementary color
Monochromatic Colors of #88CA75
Black with #88CA75
Text Example
Text Example
White with #88CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA75; }
p { color: rgb(136,202,117); }
H1.HeaderClassName
{
color: #88CA75;
}
.AnyTagClassName
{
color: #88CA75;
}
</style>
background-color css
<style>
a { background-color: #88CA75; }
a { background-color: rgb(136,202,117); }
div.DivClassName
{
background-color: #88CA75;
}
.BgClassName
{
background-color: #88CA75;
}
</style>
border-color css
<style>
span { border-color: #88CA75; }
span { border-color: rgb(136,202,117); }
td.TdClassName
{
border-color: #88CA75;
}
.TagClassName
{
border-color: #88CA75;
}
</style>