Shades of De York #83DB8A
Tints of De York #83DB8A
RGB
CMYK
RGB Variations
Color information
#83DB8A (or 0x83DB8A) is known color: De York. HEX triplet: 83, DB and 8A. RGB value is (131,219,138). Sum of RGB (Red+Green+Blue) = 131+219+138=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DB8A is #7C2475. Grayscale: #B7B7B7. Windows color (decimal): -8135798 or 9100163. OLE color: 9100163.
HSL color Cylindrical-coordinate representation of color #83DB8A: hue angle of 124.77º degrees, saturation: 0.55, 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 #83DB8A is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 138 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.14 |
| HSL | 124.77º | 0.55% | 0.69% | - |
| HSV(B) | 124.77º | 0.4% | 0.86% | - |
| XYZ | 39.28 | 57.32 | 33.04 | - |
| YUV | 183.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 138 | 0.40 | 0 | 0.37 | 0.14 | 124.77 | 0.55 | 0.69 |
| Hex | 83 | DB | 8A | 28 | 0 | 25 | E | 7D | 37 | 45 |
| Octal | 203 | 333 | 212 | 50 | 0 | 45 | 16 | 175 | 67 | 105 |
| Binary | 10000011 | 11011011 | 10001010 | 101000 | 0 | 100101 | 1110 | 1111101 | 110111 | 1000101 |
Color Harmonies of #83DB8A
Complementary color
Monochromatic Colors of #83DB8A
Black with #83DB8A
Text Example
Text Example
White with #83DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB8A; }
p { color: rgb(131,219,138); }
H1.HeaderClassName
{
color: #83DB8A;
}
.AnyTagClassName
{
color: #83DB8A;
}
</style>
background-color css
<style>
a { background-color: #83DB8A; }
a { background-color: rgb(131,219,138); }
div.DivClassName
{
background-color: #83DB8A;
}
.BgClassName
{
background-color: #83DB8A;
}
</style>
border-color css
<style>
span { border-color: #83DB8A; }
span { border-color: rgb(131,219,138); }
td.TdClassName
{
border-color: #83DB8A;
}
.TagClassName
{
border-color: #83DB8A;
}
</style>