Shades of De York #83BB7D
Tints of De York #83BB7D
RGB
CMYK
RGB Variations
Color information
#83BB7D (or 0x83BB7D) is known color: De York. HEX triplet: 83, BB and 7D. RGB value is (131,187,125). Sum of RGB (Red+Green+Blue) = 131+187+125=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BB7D is #7C4482. Grayscale: #A3A3A3. Windows color (decimal): -8144003 or 8240003. OLE color: 8240003.
HSL color Cylindrical-coordinate representation of color #83BB7D: hue angle of 114.19º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83BB7D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 125 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.27 |
| HSL | 114.19º | 0.31% | 0.61% | - |
| HSV(B) | 114.19º | 0.33% | 0.73% | - |
| XYZ | 30.83 | 41.85 | 25.85 | - |
| YUV | 163.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 125 | 0.30 | 0 | 0.33 | 0.27 | 114.19 | 0.31 | 0.61 |
| Hex | 83 | BB | 7D | 1E | 0 | 21 | 1B | 72 | 1F | 3D |
| Octal | 203 | 273 | 175 | 36 | 0 | 41 | 33 | 162 | 37 | 75 |
| Binary | 10000011 | 10111011 | 1111101 | 11110 | 0 | 100001 | 11011 | 1110010 | 11111 | 111101 |
Color Harmonies of #83BB7D
Complementary color
Monochromatic Colors of #83BB7D
Black with #83BB7D
Text Example
Text Example
White with #83BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB7D; }
p { color: rgb(131,187,125); }
H1.HeaderClassName
{
color: #83BB7D;
}
.AnyTagClassName
{
color: #83BB7D;
}
</style>
background-color css
<style>
a { background-color: #83BB7D; }
a { background-color: rgb(131,187,125); }
div.DivClassName
{
background-color: #83BB7D;
}
.BgClassName
{
background-color: #83BB7D;
}
</style>
border-color css
<style>
span { border-color: #83BB7D; }
span { border-color: rgb(131,187,125); }
td.TdClassName
{
border-color: #83BB7D;
}
.TagClassName
{
border-color: #83BB7D;
}
</style>