Shades of De York #83C290
Tints of De York #83C290
RGB
CMYK
RGB Variations
Color information
#83C290 (or 0x83C290) is known color: De York. HEX triplet: 83, C2 and 90. RGB value is (131,194,144). Sum of RGB (Red+Green+Blue) = 131+194+144=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #83C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C290 is #7C3D6F. Grayscale: #A9A9A9. Windows color (decimal): -8142192 or 9486979. OLE color: 9486979.
HSL color Cylindrical-coordinate representation of color #83C290: hue angle of 132.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C290 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 194 | 144 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.24 |
| HSL | 132.38º | 0.34% | 0.64% | - |
| HSV(B) | 132.38º | 0.32% | 0.76% | - |
| XYZ | 33.69 | 45.42 | 33.38 | - |
| YUV | 169.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 194 | 144 | 0.32 | 0 | 0.26 | 0.24 | 132.38 | 0.34 | 0.64 |
| Hex | 83 | C2 | 90 | 20 | 0 | 1A | 18 | 84 | 22 | 40 |
| Octal | 203 | 302 | 220 | 40 | 0 | 32 | 30 | 204 | 42 | 100 |
| Binary | 10000011 | 11000010 | 10010000 | 100000 | 0 | 11010 | 11000 | 10000100 | 100010 | 1000000 |
Color Harmonies of #83C290
Complementary color
Monochromatic Colors of #83C290
Black with #83C290
Text Example
Text Example
White with #83C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C290; }
p { color: rgb(131,194,144); }
H1.HeaderClassName
{
color: #83C290;
}
.AnyTagClassName
{
color: #83C290;
}
</style>
background-color css
<style>
a { background-color: #83C290; }
a { background-color: rgb(131,194,144); }
div.DivClassName
{
background-color: #83C290;
}
.BgClassName
{
background-color: #83C290;
}
</style>
border-color css
<style>
span { border-color: #83C290; }
span { border-color: rgb(131,194,144); }
td.TdClassName
{
border-color: #83C290;
}
.TagClassName
{
border-color: #83C290;
}
</style>