Shades of De York #88C27F
Tints of De York #88C27F
RGB
CMYK
RGB Variations
Color information
#88C27F (or 0x88C27F) is known color: De York. HEX triplet: 88, C2 and 7F. RGB value is (136,194,127). Sum of RGB (Red+Green+Blue) = 136+194+127=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #88C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C27F is #773D80. Grayscale: #A9A9A9. Windows color (decimal): -7814529 or 8372872. OLE color: 8372872.
HSL color Cylindrical-coordinate representation of color #88C27F: hue angle of 111.94º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88C27F is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 127 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.24 |
| HSL | 111.94º | 0.35% | 0.63% | - |
| HSV(B) | 111.94º | 0.35% | 0.76% | - |
| XYZ | 33.28 | 45.35 | 27.08 | - |
| YUV | 169.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 127 | 0.30 | 0 | 0.35 | 0.24 | 111.94 | 0.35 | 0.63 |
| Hex | 88 | C2 | 7F | 1E | 0 | 23 | 18 | 70 | 23 | 3F |
| Octal | 210 | 302 | 177 | 36 | 0 | 43 | 30 | 160 | 43 | 77 |
| Binary | 10001000 | 11000010 | 1111111 | 11110 | 0 | 100011 | 11000 | 1110000 | 100011 | 111111 |
Color Harmonies of #88C27F
Complementary color
Monochromatic Colors of #88C27F
Black with #88C27F
Text Example
Text Example
White with #88C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C27F; }
p { color: rgb(136,194,127); }
H1.HeaderClassName
{
color: #88C27F;
}
.AnyTagClassName
{
color: #88C27F;
}
</style>
background-color css
<style>
a { background-color: #88C27F; }
a { background-color: rgb(136,194,127); }
div.DivClassName
{
background-color: #88C27F;
}
.BgClassName
{
background-color: #88C27F;
}
</style>
border-color css
<style>
span { border-color: #88C27F; }
span { border-color: rgb(136,194,127); }
td.TdClassName
{
border-color: #88C27F;
}
.TagClassName
{
border-color: #88C27F;
}
</style>