Shades of De York #83BF83
Tints of De York #83BF83
RGB
CMYK
RGB Variations
Color information
#83BF83 (or 0x83BF83) is known color: De York. HEX triplet: 83, BF and 83. RGB value is (131,191,131). Sum of RGB (Red+Green+Blue) = 131+191+131=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF83 is #7C407C. Grayscale: #A6A6A6. Windows color (decimal): -8142973 or 8634243. OLE color: 8634243.
HSL color Cylindrical-coordinate representation of color #83BF83: hue angle of 120º 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 #83BF83 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 131 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.25 |
| HSL | 120º | 0.32% | 0.63% | - |
| HSV(B) | 120º | 0.31% | 0.75% | - |
| XYZ | 32.09 | 43.73 | 28.22 | - |
| YUV | 166.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 131 | 0.31 | 0 | 0.31 | 0.25 | 120 | 0.32 | 0.63 |
| Hex | 83 | BF | 83 | 1F | 0 | 1F | 19 | 78 | 20 | 3F |
| Octal | 203 | 277 | 203 | 37 | 0 | 37 | 31 | 170 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10000011 | 11111 | 0 | 11111 | 11001 | 1111000 | 100000 | 111111 |
Color Harmonies of #83BF83
Complementary color
Monochromatic Colors of #83BF83
Black with #83BF83
Text Example
Text Example
White with #83BF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF83; }
p { color: rgb(131,191,131); }
H1.HeaderClassName
{
color: #83BF83;
}
.AnyTagClassName
{
color: #83BF83;
}
</style>
background-color css
<style>
a { background-color: #83BF83; }
a { background-color: rgb(131,191,131); }
div.DivClassName
{
background-color: #83BF83;
}
.BgClassName
{
background-color: #83BF83;
}
</style>
border-color css
<style>
span { border-color: #83BF83; }
span { border-color: rgb(131,191,131); }
td.TdClassName
{
border-color: #83BF83;
}
.TagClassName
{
border-color: #83BF83;
}
</style>