Shades of De York #88C784
Tints of De York #88C784
RGB
CMYK
RGB Variations
Color information
#88C784 (or 0x88C784) is known color: De York. HEX triplet: 88, C7 and 84. RGB value is (136,199,132). Sum of RGB (Red+Green+Blue) = 136+199+132=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #88C784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C784 is #77387B. Grayscale: #ACACAC. Windows color (decimal): -7813244 or 8701832. OLE color: 8701832.
HSL color Cylindrical-coordinate representation of color #88C784: hue angle of 116.42º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C784 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 199 | 132 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.22 |
| HSL | 116.42º | 0.37% | 0.65% | - |
| HSV(B) | 116.42º | 0.34% | 0.78% | - |
| XYZ | 34.74 | 47.75 | 29.21 | - |
| YUV | 172.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 199 | 132 | 0.32 | 0 | 0.34 | 0.22 | 116.42 | 0.37 | 0.65 |
| Hex | 88 | C7 | 84 | 20 | 0 | 22 | 16 | 74 | 25 | 41 |
| Octal | 210 | 307 | 204 | 40 | 0 | 42 | 26 | 164 | 45 | 101 |
| Binary | 10001000 | 11000111 | 10000100 | 100000 | 0 | 100010 | 10110 | 1110100 | 100101 | 1000001 |
Color Harmonies of #88C784
Complementary color
Monochromatic Colors of #88C784
Black with #88C784
Text Example
Text Example
White with #88C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C784; }
p { color: rgb(136,199,132); }
H1.HeaderClassName
{
color: #88C784;
}
.AnyTagClassName
{
color: #88C784;
}
</style>
background-color css
<style>
a { background-color: #88C784; }
a { background-color: rgb(136,199,132); }
div.DivClassName
{
background-color: #88C784;
}
.BgClassName
{
background-color: #88C784;
}
</style>
border-color css
<style>
span { border-color: #88C784; }
span { border-color: rgb(136,199,132); }
td.TdClassName
{
border-color: #88C784;
}
.TagClassName
{
border-color: #88C784;
}
</style>