Shades of De York #83BD83
Tints of De York #83BD83
RGB
CMYK
RGB Variations
Color information
#83BD83 (or 0x83BD83) is known color: De York. HEX triplet: 83, BD and 83. RGB value is (131,189,131). Sum of RGB (Red+Green+Blue) = 131+189+131=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD83 is #7C427C. Grayscale: #A5A5A5. Windows color (decimal): -8143485 or 8633731. OLE color: 8633731.
HSL color Cylindrical-coordinate representation of color #83BD83: hue angle of 120º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BD83 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 131 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.26 |
| HSL | 120º | 0.31% | 0.63% | - |
| HSV(B) | 120º | 0.31% | 0.74% | - |
| XYZ | 31.65 | 42.86 | 28.08 | - |
| YUV | 165.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 131 | 0.31 | 0 | 0.31 | 0.26 | 120 | 0.31 | 0.63 |
| Hex | 83 | BD | 83 | 1F | 0 | 1F | 1A | 78 | 1F | 3F |
| Octal | 203 | 275 | 203 | 37 | 0 | 37 | 32 | 170 | 37 | 77 |
| Binary | 10000011 | 10111101 | 10000011 | 11111 | 0 | 11111 | 11010 | 1111000 | 11111 | 111111 |
Color Harmonies of #83BD83
Complementary color
Monochromatic Colors of #83BD83
Black with #83BD83
Text Example
Text Example
White with #83BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD83; }
p { color: rgb(131,189,131); }
H1.HeaderClassName
{
color: #83BD83;
}
.AnyTagClassName
{
color: #83BD83;
}
</style>
background-color css
<style>
a { background-color: #83BD83; }
a { background-color: rgb(131,189,131); }
div.DivClassName
{
background-color: #83BD83;
}
.BgClassName
{
background-color: #83BD83;
}
</style>
border-color css
<style>
span { border-color: #83BD83; }
span { border-color: rgb(131,189,131); }
td.TdClassName
{
border-color: #83BD83;
}
.TagClassName
{
border-color: #83BD83;
}
</style>