Shades of De York #88CF7B
Tints of De York #88CF7B
RGB
CMYK
RGB Variations
Color information
#88CF7B (or 0x88CF7B) is known color: De York. HEX triplet: 88, CF and 7B. RGB value is (136,207,123). Sum of RGB (Red+Green+Blue) = 136+207+123=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CF7B is #773084. Grayscale: #B0B0B0. Windows color (decimal): -7811205 or 8114056. OLE color: 8114056.
HSL color Cylindrical-coordinate representation of color #88CF7B: hue angle of 110.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88CF7B is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 123 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.19 |
| HSL | 110.71º | 0.47% | 0.65% | - |
| HSV(B) | 110.71º | 0.41% | 0.81% | - |
| XYZ | 36.04 | 51.29 | 26.74 | - |
| YUV | 176.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 123 | 0.34 | 0 | 0.41 | 0.19 | 110.71 | 0.47 | 0.65 |
| Hex | 88 | CF | 7B | 22 | 0 | 29 | 13 | 6F | 2F | 41 |
| Octal | 210 | 317 | 173 | 42 | 0 | 51 | 23 | 157 | 57 | 101 |
| Binary | 10001000 | 11001111 | 1111011 | 100010 | 0 | 101001 | 10011 | 1101111 | 101111 | 1000001 |
Color Harmonies of #88CF7B
Complementary color
Monochromatic Colors of #88CF7B
Black with #88CF7B
Text Example
Text Example
White with #88CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CF7B; }
p { color: rgb(136,207,123); }
H1.HeaderClassName
{
color: #88CF7B;
}
.AnyTagClassName
{
color: #88CF7B;
}
</style>
background-color css
<style>
a { background-color: #88CF7B; }
a { background-color: rgb(136,207,123); }
div.DivClassName
{
background-color: #88CF7B;
}
.BgClassName
{
background-color: #88CF7B;
}
</style>
border-color css
<style>
span { border-color: #88CF7B; }
span { border-color: rgb(136,207,123); }
td.TdClassName
{
border-color: #88CF7B;
}
.TagClassName
{
border-color: #88CF7B;
}
</style>