Shades of De York #83BF85
Tints of De York #83BF85
RGB
CMYK
RGB Variations
Color information
#83BF85 (or 0x83BF85) is known color: De York. HEX triplet: 83, BF and 85. RGB value is (131,191,133). Sum of RGB (Red+Green+Blue) = 131+191+133=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF85 is #7C407A. Grayscale: #A6A6A6. Windows color (decimal): -8142971 or 8765315. OLE color: 8765315.
HSL color Cylindrical-coordinate representation of color #83BF85: hue angle of 122º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BF85 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 133 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.25 |
| HSL | 122º | 0.32% | 0.63% | - |
| HSV(B) | 122º | 0.31% | 0.75% | - |
| XYZ | 32.22 | 43.78 | 28.94 | - |
| YUV | 166.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 133 | 0.31 | 0 | 0.30 | 0.25 | 122 | 0.32 | 0.63 |
| Hex | 83 | BF | 85 | 1F | 0 | 1E | 19 | 7A | 20 | 3F |
| Octal | 203 | 277 | 205 | 37 | 0 | 36 | 31 | 172 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10000101 | 11111 | 0 | 11110 | 11001 | 1111010 | 100000 | 111111 |
Color Harmonies of #83BF85
Complementary color
Monochromatic Colors of #83BF85
Black with #83BF85
Text Example
Text Example
White with #83BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF85; }
p { color: rgb(131,191,133); }
H1.HeaderClassName
{
color: #83BF85;
}
.AnyTagClassName
{
color: #83BF85;
}
</style>
background-color css
<style>
a { background-color: #83BF85; }
a { background-color: rgb(131,191,133); }
div.DivClassName
{
background-color: #83BF85;
}
.BgClassName
{
background-color: #83BF85;
}
</style>
border-color css
<style>
span { border-color: #83BF85; }
span { border-color: rgb(131,191,133); }
td.TdClassName
{
border-color: #83BF85;
}
.TagClassName
{
border-color: #83BF85;
}
</style>