Shades of De York #88CA84
Tints of De York #88CA84
RGB
CMYK
RGB Variations
Color information
#88CA84 (or 0x88CA84) is known color: De York. HEX triplet: 88, CA and 84. RGB value is (136,202,132). Sum of RGB (Red+Green+Blue) = 136+202+132=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA84 is #77357B. Grayscale: #AEAEAE. Windows color (decimal): -7812476 or 8702600. OLE color: 8702600.
HSL color Cylindrical-coordinate representation of color #88CA84: hue angle of 116.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88CA84 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 132 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.21 |
| HSL | 116.57º | 0.4% | 0.65% | - |
| HSV(B) | 116.57º | 0.35% | 0.79% | - |
| XYZ | 35.44 | 49.14 | 29.45 | - |
| YUV | 174.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 132 | 0.33 | 0 | 0.35 | 0.21 | 116.57 | 0.4 | 0.65 |
| Hex | 88 | CA | 84 | 21 | 0 | 23 | 15 | 75 | 28 | 41 |
| Octal | 210 | 312 | 204 | 41 | 0 | 43 | 25 | 165 | 50 | 101 |
| Binary | 10001000 | 11001010 | 10000100 | 100001 | 0 | 100011 | 10101 | 1110101 | 101000 | 1000001 |
Color Harmonies of #88CA84
Complementary color
Monochromatic Colors of #88CA84
Black with #88CA84
Text Example
Text Example
White with #88CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA84; }
p { color: rgb(136,202,132); }
H1.HeaderClassName
{
color: #88CA84;
}
.AnyTagClassName
{
color: #88CA84;
}
</style>
background-color css
<style>
a { background-color: #88CA84; }
a { background-color: rgb(136,202,132); }
div.DivClassName
{
background-color: #88CA84;
}
.BgClassName
{
background-color: #88CA84;
}
</style>
border-color css
<style>
span { border-color: #88CA84; }
span { border-color: rgb(136,202,132); }
td.TdClassName
{
border-color: #88CA84;
}
.TagClassName
{
border-color: #88CA84;
}
</style>