Shades of De York #83C97C
Tints of De York #83C97C
RGB
CMYK
RGB Variations
Color information
#83C97C (or 0x83C97C) is known color: De York. HEX triplet: 83, C9 and 7C. RGB value is (131,201,124). Sum of RGB (Red+Green+Blue) = 131+201+124=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #83C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C97C is #7C3683. Grayscale: #ABABAB. Windows color (decimal): -8140420 or 8178051. OLE color: 8178051.
HSL color Cylindrical-coordinate representation of color #83C97C: hue angle of 114.55º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83C97C is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 124 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.21 |
| HSL | 114.55º | 0.42% | 0.64% | - |
| HSV(B) | 114.55º | 0.38% | 0.79% | - |
| XYZ | 33.88 | 48.05 | 26.56 | - |
| YUV | 171.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 124 | 0.35 | 0 | 0.38 | 0.21 | 114.55 | 0.42 | 0.64 |
| Hex | 83 | C9 | 7C | 23 | 0 | 26 | 15 | 73 | 2A | 40 |
| Octal | 203 | 311 | 174 | 43 | 0 | 46 | 25 | 163 | 52 | 100 |
| Binary | 10000011 | 11001001 | 1111100 | 100011 | 0 | 100110 | 10101 | 1110011 | 101010 | 1000000 |
Color Harmonies of #83C97C
Complementary color
Monochromatic Colors of #83C97C
Black with #83C97C
Text Example
Text Example
White with #83C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C97C; }
p { color: rgb(131,201,124); }
H1.HeaderClassName
{
color: #83C97C;
}
.AnyTagClassName
{
color: #83C97C;
}
</style>
background-color css
<style>
a { background-color: #83C97C; }
a { background-color: rgb(131,201,124); }
div.DivClassName
{
background-color: #83C97C;
}
.BgClassName
{
background-color: #83C97C;
}
</style>
border-color css
<style>
span { border-color: #83C97C; }
span { border-color: rgb(131,201,124); }
td.TdClassName
{
border-color: #83C97C;
}
.TagClassName
{
border-color: #83C97C;
}
</style>