Shades of De York #83DC87
Tints of De York #83DC87
RGB
CMYK
RGB Variations
Color information
#83DC87 (or 0x83DC87) is known color: De York. HEX triplet: 83, DC and 87. RGB value is (131,220,135). Sum of RGB (Red+Green+Blue) = 131+220+135=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DC87 is #7C2378. Grayscale: #B7B7B7. Windows color (decimal): -8135545 or 8903811. OLE color: 8903811.
HSL color Cylindrical-coordinate representation of color #83DC87: hue angle of 122.7º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DC87 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 135 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.14 |
| HSL | 122.7º | 0.56% | 0.69% | - |
| HSV(B) | 122.7º | 0.4% | 0.86% | - |
| XYZ | 39.33 | 57.76 | 32 | - |
| YUV | 183.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 135 | 0.40 | 0 | 0.39 | 0.14 | 122.7 | 0.56 | 0.69 |
| Hex | 83 | DC | 87 | 28 | 0 | 27 | E | 7B | 38 | 45 |
| Octal | 203 | 334 | 207 | 50 | 0 | 47 | 16 | 173 | 70 | 105 |
| Binary | 10000011 | 11011100 | 10000111 | 101000 | 0 | 100111 | 1110 | 1111011 | 111000 | 1000101 |
Color Harmonies of #83DC87
Complementary color
Monochromatic Colors of #83DC87
Black with #83DC87
Text Example
Text Example
White with #83DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DC87; }
p { color: rgb(131,220,135); }
H1.HeaderClassName
{
color: #83DC87;
}
.AnyTagClassName
{
color: #83DC87;
}
</style>
background-color css
<style>
a { background-color: #83DC87; }
a { background-color: rgb(131,220,135); }
div.DivClassName
{
background-color: #83DC87;
}
.BgClassName
{
background-color: #83DC87;
}
</style>
border-color css
<style>
span { border-color: #83DC87; }
span { border-color: rgb(131,220,135); }
td.TdClassName
{
border-color: #83DC87;
}
.TagClassName
{
border-color: #83DC87;
}
</style>