Shades of De York #88C67E
Tints of De York #88C67E
RGB
CMYK
RGB Variations
Color information
#88C67E (or 0x88C67E) is known color: De York. HEX triplet: 88, C6 and 7E. RGB value is (136,198,126). Sum of RGB (Red+Green+Blue) = 136+198+126=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #88C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C67E is #773981. Grayscale: #ABABAB. Windows color (decimal): -7813506 or 8308360. OLE color: 8308360.
HSL color Cylindrical-coordinate representation of color #88C67E: hue angle of 111.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88C67E is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 198 | 126 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.22 |
| HSL | 111.67º | 0.39% | 0.64% | - |
| HSV(B) | 111.67º | 0.36% | 0.78% | - |
| XYZ | 34.11 | 47.13 | 27.04 | - |
| YUV | 171.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 198 | 126 | 0.31 | 0 | 0.36 | 0.22 | 111.67 | 0.39 | 0.64 |
| Hex | 88 | C6 | 7E | 1F | 0 | 24 | 16 | 70 | 27 | 40 |
| Octal | 210 | 306 | 176 | 37 | 0 | 44 | 26 | 160 | 47 | 100 |
| Binary | 10001000 | 11000110 | 1111110 | 11111 | 0 | 100100 | 10110 | 1110000 | 100111 | 1000000 |
Color Harmonies of #88C67E
Complementary color
Monochromatic Colors of #88C67E
Black with #88C67E
Text Example
Text Example
White with #88C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C67E; }
p { color: rgb(136,198,126); }
H1.HeaderClassName
{
color: #88C67E;
}
.AnyTagClassName
{
color: #88C67E;
}
</style>
background-color css
<style>
a { background-color: #88C67E; }
a { background-color: rgb(136,198,126); }
div.DivClassName
{
background-color: #88C67E;
}
.BgClassName
{
background-color: #88C67E;
}
</style>
border-color css
<style>
span { border-color: #88C67E; }
span { border-color: rgb(136,198,126); }
td.TdClassName
{
border-color: #88C67E;
}
.TagClassName
{
border-color: #88C67E;
}
</style>