Shades of De York #83D68B
Tints of De York #83D68B
RGB
CMYK
RGB Variations
Color information
#83D68B (or 0x83D68B) is known color: De York. HEX triplet: 83, D6 and 8B. RGB value is (131,214,139). Sum of RGB (Red+Green+Blue) = 131+214+139=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #83D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D68B is #7C2974. Grayscale: #B4B4B4. Windows color (decimal): -8137077 or 9164419. OLE color: 9164419.
HSL color Cylindrical-coordinate representation of color #83D68B: hue angle of 125.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D68B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 139 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.16 |
| HSL | 125.78º | 0.5% | 0.68% | - |
| HSV(B) | 125.78º | 0.39% | 0.84% | - |
| XYZ | 38.07 | 54.78 | 32.99 | - |
| YUV | 180.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 139 | 0.39 | 0 | 0.35 | 0.16 | 125.78 | 0.5 | 0.68 |
| Hex | 83 | D6 | 8B | 27 | 0 | 23 | 10 | 7E | 32 | 44 |
| Octal | 203 | 326 | 213 | 47 | 0 | 43 | 20 | 176 | 62 | 104 |
| Binary | 10000011 | 11010110 | 10001011 | 100111 | 0 | 100011 | 10000 | 1111110 | 110010 | 1000100 |
Color Harmonies of #83D68B
Complementary color
Monochromatic Colors of #83D68B
Black with #83D68B
Text Example
Text Example
White with #83D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D68B; }
p { color: rgb(131,214,139); }
H1.HeaderClassName
{
color: #83D68B;
}
.AnyTagClassName
{
color: #83D68B;
}
</style>
background-color css
<style>
a { background-color: #83D68B; }
a { background-color: rgb(131,214,139); }
div.DivClassName
{
background-color: #83D68B;
}
.BgClassName
{
background-color: #83D68B;
}
</style>
border-color css
<style>
span { border-color: #83D68B; }
span { border-color: rgb(131,214,139); }
td.TdClassName
{
border-color: #83D68B;
}
.TagClassName
{
border-color: #83D68B;
}
</style>