Shades of De York #88C383
Tints of De York #88C383
RGB
CMYK
RGB Variations
Color information
#88C383 (or 0x88C383) is known color: De York. HEX triplet: 88, C3 and 83. RGB value is (136,195,131). Sum of RGB (Red+Green+Blue) = 136+195+131=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #88C383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C383 is #773C7C. Grayscale: #AAAAAA. Windows color (decimal): -7814269 or 8635272. OLE color: 8635272.
HSL color Cylindrical-coordinate representation of color #88C383: hue angle of 115.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C383 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 131 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.24 |
| HSL | 115.31º | 0.35% | 0.64% | - |
| HSV(B) | 115.31º | 0.33% | 0.76% | - |
| XYZ | 33.77 | 45.9 | 28.55 | - |
| YUV | 170.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 131 | 0.30 | 0 | 0.33 | 0.24 | 115.31 | 0.35 | 0.64 |
| Hex | 88 | C3 | 83 | 1E | 0 | 21 | 18 | 73 | 23 | 40 |
| Octal | 210 | 303 | 203 | 36 | 0 | 41 | 30 | 163 | 43 | 100 |
| Binary | 10001000 | 11000011 | 10000011 | 11110 | 0 | 100001 | 11000 | 1110011 | 100011 | 1000000 |
Color Harmonies of #88C383
Complementary color
Monochromatic Colors of #88C383
Black with #88C383
Text Example
Text Example
White with #88C383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C383; }
p { color: rgb(136,195,131); }
H1.HeaderClassName
{
color: #88C383;
}
.AnyTagClassName
{
color: #88C383;
}
</style>
background-color css
<style>
a { background-color: #88C383; }
a { background-color: rgb(136,195,131); }
div.DivClassName
{
background-color: #88C383;
}
.BgClassName
{
background-color: #88C383;
}
</style>
border-color css
<style>
span { border-color: #88C383; }
span { border-color: rgb(136,195,131); }
td.TdClassName
{
border-color: #88C383;
}
.TagClassName
{
border-color: #88C383;
}
</style>