Shades of De York #83C68A
Tints of De York #83C68A
RGB
CMYK
RGB Variations
Color information
#83C68A (or 0x83C68A) is known color: De York. HEX triplet: 83, C6 and 8A. RGB value is (131,198,138). Sum of RGB (Red+Green+Blue) = 131+198+138=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #83C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C68A is #7C3975. Grayscale: #ABABAB. Windows color (decimal): -8141174 or 9094787. OLE color: 9094787.
HSL color Cylindrical-coordinate representation of color #83C68A: hue angle of 126.27º 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 #83C68A is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 198 | 138 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.22 |
| HSL | 126.27º | 0.37% | 0.65% | - |
| HSV(B) | 126.27º | 0.34% | 0.78% | - |
| XYZ | 34.14 | 47.05 | 31.33 | - |
| YUV | 171.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 138 | 0.34 | 0 | 0.30 | 0.22 | 126.27 | 0.37 | 0.65 |
| Hex | 83 | C6 | 8A | 22 | 0 | 1E | 16 | 7E | 25 | 41 |
| Octal | 203 | 306 | 212 | 42 | 0 | 36 | 26 | 176 | 45 | 101 |
| Binary | 10000011 | 11000110 | 10001010 | 100010 | 0 | 11110 | 10110 | 1111110 | 100101 | 1000001 |
Color Harmonies of #83C68A
Complementary color
Monochromatic Colors of #83C68A
Black with #83C68A
Text Example
Text Example
White with #83C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C68A; }
p { color: rgb(131,198,138); }
H1.HeaderClassName
{
color: #83C68A;
}
.AnyTagClassName
{
color: #83C68A;
}
</style>
background-color css
<style>
a { background-color: #83C68A; }
a { background-color: rgb(131,198,138); }
div.DivClassName
{
background-color: #83C68A;
}
.BgClassName
{
background-color: #83C68A;
}
</style>
border-color css
<style>
span { border-color: #83C68A; }
span { border-color: rgb(131,198,138); }
td.TdClassName
{
border-color: #83C68A;
}
.TagClassName
{
border-color: #83C68A;
}
</style>