Shades of De York #83BC83
Tints of De York #83BC83
RGB
CMYK
RGB Variations
Color information
#83BC83 (or 0x83BC83) is known color: De York. HEX triplet: 83, BC and 83. RGB value is (131,188,131). Sum of RGB (Red+Green+Blue) = 131+188+131=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC83 is #7C437C. Grayscale: #A4A4A4. Windows color (decimal): -8143741 or 8633475. OLE color: 8633475.
HSL color Cylindrical-coordinate representation of color #83BC83: hue angle of 120º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC83 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 131 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.26 |
| HSL | 120º | 0.3% | 0.63% | - |
| HSV(B) | 120º | 0.3% | 0.74% | - |
| XYZ | 31.44 | 42.43 | 28.01 | - |
| YUV | 164.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 131 | 0.30 | 0 | 0.30 | 0.26 | 120 | 0.3 | 0.63 |
| Hex | 83 | BC | 83 | 1E | 0 | 1E | 1A | 78 | 1E | 3F |
| Octal | 203 | 274 | 203 | 36 | 0 | 36 | 32 | 170 | 36 | 77 |
| Binary | 10000011 | 10111100 | 10000011 | 11110 | 0 | 11110 | 11010 | 1111000 | 11110 | 111111 |
Color Harmonies of #83BC83
Complementary color
Monochromatic Colors of #83BC83
Black with #83BC83
Text Example
Text Example
White with #83BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC83; }
p { color: rgb(131,188,131); }
H1.HeaderClassName
{
color: #83BC83;
}
.AnyTagClassName
{
color: #83BC83;
}
</style>
background-color css
<style>
a { background-color: #83BC83; }
a { background-color: rgb(131,188,131); }
div.DivClassName
{
background-color: #83BC83;
}
.BgClassName
{
background-color: #83BC83;
}
</style>
border-color css
<style>
span { border-color: #83BC83; }
span { border-color: rgb(131,188,131); }
td.TdClassName
{
border-color: #83BC83;
}
.TagClassName
{
border-color: #83BC83;
}
</style>