Shades of De York #88C378
Tints of De York #88C378
RGB
CMYK
RGB Variations
Color information
#88C378 (or 0x88C378) is known color: De York. HEX triplet: 88, C3 and 78. RGB value is (136,195,120). Sum of RGB (Red+Green+Blue) = 136+195+120=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #88C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C378 is #773C87. Grayscale: #A9A9A9. Windows color (decimal): -7814280 or 7914376. OLE color: 7914376.
HSL color Cylindrical-coordinate representation of color #88C378: hue angle of 107.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C378 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 120 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.24 |
| HSL | 107.2º | 0.38% | 0.62% | - |
| HSV(B) | 107.2º | 0.38% | 0.76% | - |
| XYZ | 33.06 | 45.62 | 24.83 | - |
| YUV | 168.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 120 | 0.30 | 0 | 0.38 | 0.24 | 107.2 | 0.38 | 0.62 |
| Hex | 88 | C3 | 78 | 1E | 0 | 26 | 18 | 6B | 26 | 3E |
| Octal | 210 | 303 | 170 | 36 | 0 | 46 | 30 | 153 | 46 | 76 |
| Binary | 10001000 | 11000011 | 1111000 | 11110 | 0 | 100110 | 11000 | 1101011 | 100110 | 111110 |
Color Harmonies of #88C378
Complementary color
Monochromatic Colors of #88C378
Black with #88C378
Text Example
Text Example
White with #88C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C378; }
p { color: rgb(136,195,120); }
H1.HeaderClassName
{
color: #88C378;
}
.AnyTagClassName
{
color: #88C378;
}
</style>
background-color css
<style>
a { background-color: #88C378; }
a { background-color: rgb(136,195,120); }
div.DivClassName
{
background-color: #88C378;
}
.BgClassName
{
background-color: #88C378;
}
</style>
border-color css
<style>
span { border-color: #88C378; }
span { border-color: rgb(136,195,120); }
td.TdClassName
{
border-color: #88C378;
}
.TagClassName
{
border-color: #88C378;
}
</style>