Shades of De York #88C381
Tints of De York #88C381
RGB
CMYK
RGB Variations
Color information
#88C381 (or 0x88C381) is known color: De York. HEX triplet: 88, C3 and 81. RGB value is (136,195,129). Sum of RGB (Red+Green+Blue) = 136+195+129=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #88C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C381 is #773C7E. Grayscale: #AAAAAA. Windows color (decimal): -7814271 or 8504200. OLE color: 8504200.
HSL color Cylindrical-coordinate representation of color #88C381: hue angle of 113.64º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C381 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 129 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.24 |
| HSL | 113.64º | 0.35% | 0.64% | - |
| HSV(B) | 113.64º | 0.34% | 0.76% | - |
| XYZ | 33.63 | 45.85 | 27.85 | - |
| YUV | 169.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 129 | 0.30 | 0 | 0.34 | 0.24 | 113.64 | 0.35 | 0.64 |
| Hex | 88 | C3 | 81 | 1E | 0 | 22 | 18 | 72 | 23 | 40 |
| Octal | 210 | 303 | 201 | 36 | 0 | 42 | 30 | 162 | 43 | 100 |
| Binary | 10001000 | 11000011 | 10000001 | 11110 | 0 | 100010 | 11000 | 1110010 | 100011 | 1000000 |
Color Harmonies of #88C381
Complementary color
Monochromatic Colors of #88C381
Black with #88C381
Text Example
Text Example
White with #88C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C381; }
p { color: rgb(136,195,129); }
H1.HeaderClassName
{
color: #88C381;
}
.AnyTagClassName
{
color: #88C381;
}
</style>
background-color css
<style>
a { background-color: #88C381; }
a { background-color: rgb(136,195,129); }
div.DivClassName
{
background-color: #88C381;
}
.BgClassName
{
background-color: #88C381;
}
</style>
border-color css
<style>
span { border-color: #88C381; }
span { border-color: rgb(136,195,129); }
td.TdClassName
{
border-color: #88C381;
}
.TagClassName
{
border-color: #88C381;
}
</style>