Shades of De York #83CE82
Tints of De York #83CE82
RGB
CMYK
RGB Variations
Color information
#83CE82 (or 0x83CE82) is known color: De York. HEX triplet: 83, CE and 82. RGB value is (131,206,130). Sum of RGB (Red+Green+Blue) = 131+206+130=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CE82 is #7C317D. Grayscale: #AFAFAF. Windows color (decimal): -8139134 or 8572547. OLE color: 8572547.
HSL color Cylindrical-coordinate representation of color #83CE82: hue angle of 119.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CE82 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 130 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.19 |
| HSL | 119.21º | 0.44% | 0.66% | - |
| HSV(B) | 119.21º | 0.37% | 0.81% | - |
| XYZ | 35.46 | 50.58 | 29.01 | - |
| YUV | 174.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 130 | 0.36 | 0 | 0.37 | 0.19 | 119.21 | 0.44 | 0.66 |
| Hex | 83 | CE | 82 | 24 | 0 | 25 | 13 | 77 | 2C | 42 |
| Octal | 203 | 316 | 202 | 44 | 0 | 45 | 23 | 167 | 54 | 102 |
| Binary | 10000011 | 11001110 | 10000010 | 100100 | 0 | 100101 | 10011 | 1110111 | 101100 | 1000010 |
Color Harmonies of #83CE82
Complementary color
Monochromatic Colors of #83CE82
Black with #83CE82
Text Example
Text Example
White with #83CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE82; }
p { color: rgb(131,206,130); }
H1.HeaderClassName
{
color: #83CE82;
}
.AnyTagClassName
{
color: #83CE82;
}
</style>
background-color css
<style>
a { background-color: #83CE82; }
a { background-color: rgb(131,206,130); }
div.DivClassName
{
background-color: #83CE82;
}
.BgClassName
{
background-color: #83CE82;
}
</style>
border-color css
<style>
span { border-color: #83CE82; }
span { border-color: rgb(131,206,130); }
td.TdClassName
{
border-color: #83CE82;
}
.TagClassName
{
border-color: #83CE82;
}
</style>