Shades of De York #83CA73
Tints of De York #83CA73
RGB
CMYK
RGB Variations
Color information
#83CA73 (or 0x83CA73) is known color: De York. HEX triplet: 83, CA and 73. RGB value is (131,202,115). Sum of RGB (Red+Green+Blue) = 131+202+115=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CA73 is #7C358C. Grayscale: #ABABAB. Windows color (decimal): -8140173 or 7588483. OLE color: 7588483.
HSL color Cylindrical-coordinate representation of color #83CA73: hue angle of 108.97º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83CA73 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 115 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.21 |
| HSL | 108.97º | 0.45% | 0.62% | - |
| HSV(B) | 108.97º | 0.43% | 0.79% | - |
| XYZ | 33.58 | 48.3 | 23.77 | - |
| YUV | 170.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 115 | 0.35 | 0 | 0.43 | 0.21 | 108.97 | 0.45 | 0.62 |
| Hex | 83 | CA | 73 | 23 | 0 | 2B | 15 | 6D | 2D | 3E |
| Octal | 203 | 312 | 163 | 43 | 0 | 53 | 25 | 155 | 55 | 76 |
| Binary | 10000011 | 11001010 | 1110011 | 100011 | 0 | 101011 | 10101 | 1101101 | 101101 | 111110 |
Color Harmonies of #83CA73
Complementary color
Monochromatic Colors of #83CA73
Black with #83CA73
Text Example
Text Example
White with #83CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA73; }
p { color: rgb(131,202,115); }
H1.HeaderClassName
{
color: #83CA73;
}
.AnyTagClassName
{
color: #83CA73;
}
</style>
background-color css
<style>
a { background-color: #83CA73; }
a { background-color: rgb(131,202,115); }
div.DivClassName
{
background-color: #83CA73;
}
.BgClassName
{
background-color: #83CA73;
}
</style>
border-color css
<style>
span { border-color: #83CA73; }
span { border-color: rgb(131,202,115); }
td.TdClassName
{
border-color: #83CA73;
}
.TagClassName
{
border-color: #83CA73;
}
</style>