Shades of De York #88C38F
Tints of De York #88C38F
RGB
CMYK
RGB Variations
Color information
#88C38F (or 0x88C38F) is known color: De York. HEX triplet: 88, C3 and 8F. RGB value is (136,195,143). Sum of RGB (Red+Green+Blue) = 136+195+143=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #88C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C38F is #773C70. Grayscale: #ABABAB. Windows color (decimal): -7814257 or 9421704. OLE color: 9421704.
HSL color Cylindrical-coordinate representation of color #88C38F: hue angle of 127.12º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C38F is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 143 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.24 |
| HSL | 127.12º | 0.33% | 0.65% | - |
| HSV(B) | 127.12º | 0.3% | 0.76% | - |
| XYZ | 34.63 | 46.25 | 33.09 | - |
| YUV | 171.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 143 | 0.30 | 0 | 0.27 | 0.24 | 127.12 | 0.33 | 0.65 |
| Hex | 88 | C3 | 8F | 1E | 0 | 1B | 18 | 7F | 21 | 41 |
| Octal | 210 | 303 | 217 | 36 | 0 | 33 | 30 | 177 | 41 | 101 |
| Binary | 10001000 | 11000011 | 10001111 | 11110 | 0 | 11011 | 11000 | 1111111 | 100001 | 1000001 |
Color Harmonies of #88C38F
Complementary color
Monochromatic Colors of #88C38F
Black with #88C38F
Text Example
Text Example
White with #88C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C38F; }
p { color: rgb(136,195,143); }
H1.HeaderClassName
{
color: #88C38F;
}
.AnyTagClassName
{
color: #88C38F;
}
</style>
background-color css
<style>
a { background-color: #88C38F; }
a { background-color: rgb(136,195,143); }
div.DivClassName
{
background-color: #88C38F;
}
.BgClassName
{
background-color: #88C38F;
}
</style>
border-color css
<style>
span { border-color: #88C38F; }
span { border-color: rgb(136,195,143); }
td.TdClassName
{
border-color: #88C38F;
}
.TagClassName
{
border-color: #88C38F;
}
</style>