Shades of De York #83CE88
Tints of De York #83CE88
RGB
CMYK
RGB Variations
Color information
#83CE88 (or 0x83CE88) is known color: De York. HEX triplet: 83, CE and 88. RGB value is (131,206,136). Sum of RGB (Red+Green+Blue) = 131+206+136=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CE88 is #7C3177. Grayscale: #AFAFAF. Windows color (decimal): -8139128 or 8965763. OLE color: 8965763.
HSL color Cylindrical-coordinate representation of color #83CE88: hue angle of 124º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CE88 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 136 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.19 |
| HSL | 124º | 0.43% | 0.66% | - |
| HSV(B) | 124º | 0.36% | 0.81% | - |
| XYZ | 35.88 | 50.75 | 31.2 | - |
| YUV | 175.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 136 | 0.36 | 0 | 0.34 | 0.19 | 124 | 0.43 | 0.66 |
| Hex | 83 | CE | 88 | 24 | 0 | 22 | 13 | 7C | 2B | 42 |
| Octal | 203 | 316 | 210 | 44 | 0 | 42 | 23 | 174 | 53 | 102 |
| Binary | 10000011 | 11001110 | 10001000 | 100100 | 0 | 100010 | 10011 | 1111100 | 101011 | 1000010 |
Color Harmonies of #83CE88
Complementary color
Monochromatic Colors of #83CE88
Black with #83CE88
Text Example
Text Example
White with #83CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE88; }
p { color: rgb(131,206,136); }
H1.HeaderClassName
{
color: #83CE88;
}
.AnyTagClassName
{
color: #83CE88;
}
</style>
background-color css
<style>
a { background-color: #83CE88; }
a { background-color: rgb(131,206,136); }
div.DivClassName
{
background-color: #83CE88;
}
.BgClassName
{
background-color: #83CE88;
}
</style>
border-color css
<style>
span { border-color: #83CE88; }
span { border-color: rgb(131,206,136); }
td.TdClassName
{
border-color: #83CE88;
}
.TagClassName
{
border-color: #83CE88;
}
</style>