Shades of De York #88BE78
Tints of De York #88BE78
RGB
CMYK
RGB Variations
Color information
#88BE78 (or 0x88BE78) is known color: De York. HEX triplet: 88, BE and 78. RGB value is (136,190,120). Sum of RGB (Red+Green+Blue) = 136+190+120=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BE78 is #774187. Grayscale: #A6A6A6. Windows color (decimal): -7815560 or 7913096. OLE color: 7913096.
HSL color Cylindrical-coordinate representation of color #88BE78: hue angle of 106.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88BE78 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 120 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.25 |
| HSL | 106.29º | 0.35% | 0.61% | - |
| HSV(B) | 106.29º | 0.37% | 0.75% | - |
| XYZ | 31.96 | 43.42 | 24.47 | - |
| YUV | 165.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 120 | 0.28 | 0 | 0.37 | 0.25 | 106.29 | 0.35 | 0.61 |
| Hex | 88 | BE | 78 | 1C | 0 | 25 | 19 | 6A | 23 | 3D |
| Octal | 210 | 276 | 170 | 34 | 0 | 45 | 31 | 152 | 43 | 75 |
| Binary | 10001000 | 10111110 | 1111000 | 11100 | 0 | 100101 | 11001 | 1101010 | 100011 | 111101 |
Color Harmonies of #88BE78
Complementary color
Monochromatic Colors of #88BE78
Black with #88BE78
Text Example
Text Example
White with #88BE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BE78; }
p { color: rgb(136,190,120); }
H1.HeaderClassName
{
color: #88BE78;
}
.AnyTagClassName
{
color: #88BE78;
}
</style>
background-color css
<style>
a { background-color: #88BE78; }
a { background-color: rgb(136,190,120); }
div.DivClassName
{
background-color: #88BE78;
}
.BgClassName
{
background-color: #88BE78;
}
</style>
border-color css
<style>
span { border-color: #88BE78; }
span { border-color: rgb(136,190,120); }
td.TdClassName
{
border-color: #88BE78;
}
.TagClassName
{
border-color: #88BE78;
}
</style>