Shades of De York #83C38D
Tints of De York #83C38D
RGB
CMYK
RGB Variations
Color information
#83C38D (or 0x83C38D) is known color: De York. HEX triplet: 83, C3 and 8D. RGB value is (131,195,141). Sum of RGB (Red+Green+Blue) = 131+195+141=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #83C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C38D is #7C3C72. Grayscale: #A9A9A9. Windows color (decimal): -8141939 or 9290627. OLE color: 9290627.
HSL color Cylindrical-coordinate representation of color #83C38D: hue angle of 129.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C38D is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 141 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.24 |
| HSL | 129.38º | 0.35% | 0.64% | - |
| HSV(B) | 129.38º | 0.33% | 0.76% | - |
| XYZ | 33.68 | 45.78 | 32.26 | - |
| YUV | 169.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 141 | 0.33 | 0 | 0.28 | 0.24 | 129.38 | 0.35 | 0.64 |
| Hex | 83 | C3 | 8D | 21 | 0 | 1C | 18 | 81 | 23 | 40 |
| Octal | 203 | 303 | 215 | 41 | 0 | 34 | 30 | 201 | 43 | 100 |
| Binary | 10000011 | 11000011 | 10001101 | 100001 | 0 | 11100 | 11000 | 10000001 | 100011 | 1000000 |
Color Harmonies of #83C38D
Complementary color
Monochromatic Colors of #83C38D
Black with #83C38D
Text Example
Text Example
White with #83C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C38D; }
p { color: rgb(131,195,141); }
H1.HeaderClassName
{
color: #83C38D;
}
.AnyTagClassName
{
color: #83C38D;
}
</style>
background-color css
<style>
a { background-color: #83C38D; }
a { background-color: rgb(131,195,141); }
div.DivClassName
{
background-color: #83C38D;
}
.BgClassName
{
background-color: #83C38D;
}
</style>
border-color css
<style>
span { border-color: #83C38D; }
span { border-color: rgb(131,195,141); }
td.TdClassName
{
border-color: #83C38D;
}
.TagClassName
{
border-color: #83C38D;
}
</style>