Shades of De York #88D283
Tints of De York #88D283
RGB
CMYK
RGB Variations
Color information
#88D283 (or 0x88D283) is known color: De York. HEX triplet: 88, D2 and 83. RGB value is (136,210,131). Sum of RGB (Red+Green+Blue) = 136+210+131=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #88D283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D283 is #772D7C. Grayscale: #B3B3B3. Windows color (decimal): -7810429 or 8639112. OLE color: 8639112.
HSL color Cylindrical-coordinate representation of color #88D283: hue angle of 116.2º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88D283 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 131 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.18 |
| HSL | 116.2º | 0.47% | 0.67% | - |
| HSV(B) | 116.2º | 0.38% | 0.82% | - |
| XYZ | 37.3 | 52.97 | 29.73 | - |
| YUV | 178.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 131 | 0.35 | 0 | 0.38 | 0.18 | 116.2 | 0.47 | 0.67 |
| Hex | 88 | D2 | 83 | 23 | 0 | 26 | 12 | 74 | 2F | 43 |
| Octal | 210 | 322 | 203 | 43 | 0 | 46 | 22 | 164 | 57 | 103 |
| Binary | 10001000 | 11010010 | 10000011 | 100011 | 0 | 100110 | 10010 | 1110100 | 101111 | 1000011 |
Color Harmonies of #88D283
Complementary color
Monochromatic Colors of #88D283
Black with #88D283
Text Example
Text Example
White with #88D283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D283; }
p { color: rgb(136,210,131); }
H1.HeaderClassName
{
color: #88D283;
}
.AnyTagClassName
{
color: #88D283;
}
</style>
background-color css
<style>
a { background-color: #88D283; }
a { background-color: rgb(136,210,131); }
div.DivClassName
{
background-color: #88D283;
}
.BgClassName
{
background-color: #88D283;
}
</style>
border-color css
<style>
span { border-color: #88D283; }
span { border-color: rgb(136,210,131); }
td.TdClassName
{
border-color: #88D283;
}
.TagClassName
{
border-color: #88D283;
}
</style>