Shades of De York #88C77E
Tints of De York #88C77E
RGB
CMYK
RGB Variations
Color information
#88C77E (or 0x88C77E) is known color: De York. HEX triplet: 88, C7 and 7E. RGB value is (136,199,126). Sum of RGB (Red+Green+Blue) = 136+199+126=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #88C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C77E is #773881. Grayscale: #ACACAC. Windows color (decimal): -7813250 or 8308616. OLE color: 8308616.
HSL color Cylindrical-coordinate representation of color #88C77E: hue angle of 111.78º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88C77E is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 199 | 126 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.22 |
| HSL | 111.78º | 0.39% | 0.64% | - |
| HSV(B) | 111.78º | 0.37% | 0.78% | - |
| XYZ | 34.34 | 47.59 | 27.11 | - |
| YUV | 171.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 199 | 126 | 0.32 | 0 | 0.37 | 0.22 | 111.78 | 0.39 | 0.64 |
| Hex | 88 | C7 | 7E | 20 | 0 | 25 | 16 | 70 | 27 | 40 |
| Octal | 210 | 307 | 176 | 40 | 0 | 45 | 26 | 160 | 47 | 100 |
| Binary | 10001000 | 11000111 | 1111110 | 100000 | 0 | 100101 | 10110 | 1110000 | 100111 | 1000000 |
Color Harmonies of #88C77E
Complementary color
Monochromatic Colors of #88C77E
Black with #88C77E
Text Example
Text Example
White with #88C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C77E; }
p { color: rgb(136,199,126); }
H1.HeaderClassName
{
color: #88C77E;
}
.AnyTagClassName
{
color: #88C77E;
}
</style>
background-color css
<style>
a { background-color: #88C77E; }
a { background-color: rgb(136,199,126); }
div.DivClassName
{
background-color: #88C77E;
}
.BgClassName
{
background-color: #88C77E;
}
</style>
border-color css
<style>
span { border-color: #88C77E; }
span { border-color: rgb(136,199,126); }
td.TdClassName
{
border-color: #88C77E;
}
.TagClassName
{
border-color: #88C77E;
}
</style>