Shades of De York #83C68D
Tints of De York #83C68D
RGB
CMYK
RGB Variations
Color information
#83C68D (or 0x83C68D) is known color: De York. HEX triplet: 83, C6 and 8D. RGB value is (131,198,141). Sum of RGB (Red+Green+Blue) = 131+198+141=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #83C68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C68D is #7C3972. Grayscale: #ABABAB. Windows color (decimal): -8141171 or 9291395. OLE color: 9291395.
HSL color Cylindrical-coordinate representation of color #83C68D: hue angle of 128.96º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C68D is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 198 | 141 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.22 |
| HSL | 128.96º | 0.37% | 0.65% | - |
| HSV(B) | 128.96º | 0.34% | 0.78% | - |
| XYZ | 34.36 | 47.14 | 32.49 | - |
| YUV | 171.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 141 | 0.34 | 0 | 0.29 | 0.22 | 128.96 | 0.37 | 0.65 |
| Hex | 83 | C6 | 8D | 22 | 0 | 1D | 16 | 81 | 25 | 41 |
| Octal | 203 | 306 | 215 | 42 | 0 | 35 | 26 | 201 | 45 | 101 |
| Binary | 10000011 | 11000110 | 10001101 | 100010 | 0 | 11101 | 10110 | 10000001 | 100101 | 1000001 |
Color Harmonies of #83C68D
Complementary color
Monochromatic Colors of #83C68D
Black with #83C68D
Text Example
Text Example
White with #83C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C68D; }
p { color: rgb(131,198,141); }
H1.HeaderClassName
{
color: #83C68D;
}
.AnyTagClassName
{
color: #83C68D;
}
</style>
background-color css
<style>
a { background-color: #83C68D; }
a { background-color: rgb(131,198,141); }
div.DivClassName
{
background-color: #83C68D;
}
.BgClassName
{
background-color: #83C68D;
}
</style>
border-color css
<style>
span { border-color: #83C68D; }
span { border-color: rgb(131,198,141); }
td.TdClassName
{
border-color: #83C68D;
}
.TagClassName
{
border-color: #83C68D;
}
</style>