Shades of De York #83C88F
Tints of De York #83C88F
RGB
CMYK
RGB Variations
Color information
#83C88F (or 0x83C88F) is known color: De York. HEX triplet: 83, C8 and 8F. RGB value is (131,200,143). Sum of RGB (Red+Green+Blue) = 131+200+143=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #83C88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C88F is #7C3770. Grayscale: #ADADAD. Windows color (decimal): -8140657 or 9422979. OLE color: 9422979.
HSL color Cylindrical-coordinate representation of color #83C88F: hue angle of 130.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C88F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 143 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.22 |
| HSL | 130.43º | 0.39% | 0.65% | - |
| HSV(B) | 130.43º | 0.35% | 0.78% | - |
| XYZ | 34.97 | 48.12 | 33.43 | - |
| YUV | 172.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 143 | 0.34 | 0 | 0.28 | 0.22 | 130.43 | 0.39 | 0.65 |
| Hex | 83 | C8 | 8F | 22 | 0 | 1C | 16 | 82 | 27 | 41 |
| Octal | 203 | 310 | 217 | 42 | 0 | 34 | 26 | 202 | 47 | 101 |
| Binary | 10000011 | 11001000 | 10001111 | 100010 | 0 | 11100 | 10110 | 10000010 | 100111 | 1000001 |
Color Harmonies of #83C88F
Complementary color
Monochromatic Colors of #83C88F
Black with #83C88F
Text Example
Text Example
White with #83C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C88F; }
p { color: rgb(131,200,143); }
H1.HeaderClassName
{
color: #83C88F;
}
.AnyTagClassName
{
color: #83C88F;
}
</style>
background-color css
<style>
a { background-color: #83C88F; }
a { background-color: rgb(131,200,143); }
div.DivClassName
{
background-color: #83C88F;
}
.BgClassName
{
background-color: #83C88F;
}
</style>
border-color css
<style>
span { border-color: #83C88F; }
span { border-color: rgb(131,200,143); }
td.TdClassName
{
border-color: #83C88F;
}
.TagClassName
{
border-color: #83C88F;
}
</style>