Shades of De York #83D598
Tints of De York #83D598
RGB
CMYK
RGB Variations
Color information
#83D598 (or 0x83D598) is known color: De York. HEX triplet: 83, D5 and 98. RGB value is (131,213,152). Sum of RGB (Red+Green+Blue) = 131+213+152=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #83D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D598 is #7C2A67. Grayscale: #B5B5B5. Windows color (decimal): -8137320 or 10016131. OLE color: 10016131.
HSL color Cylindrical-coordinate representation of color #83D598: hue angle of 135.37º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D598 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 152 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.16 |
| HSL | 135.37º | 0.49% | 0.67% | - |
| HSV(B) | 135.37º | 0.38% | 0.84% | - |
| XYZ | 38.82 | 54.68 | 38.21 | - |
| YUV | 181.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 152 | 0.38 | 0 | 0.29 | 0.16 | 135.37 | 0.49 | 0.67 |
| Hex | 83 | D5 | 98 | 26 | 0 | 1D | 10 | 87 | 31 | 43 |
| Octal | 203 | 325 | 230 | 46 | 0 | 35 | 20 | 207 | 61 | 103 |
| Binary | 10000011 | 11010101 | 10011000 | 100110 | 0 | 11101 | 10000 | 10000111 | 110001 | 1000011 |
Color Harmonies of #83D598
Complementary color
Monochromatic Colors of #83D598
Black with #83D598
Text Example
Text Example
White with #83D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D598; }
p { color: rgb(131,213,152); }
H1.HeaderClassName
{
color: #83D598;
}
.AnyTagClassName
{
color: #83D598;
}
</style>
background-color css
<style>
a { background-color: #83D598; }
a { background-color: rgb(131,213,152); }
div.DivClassName
{
background-color: #83D598;
}
.BgClassName
{
background-color: #83D598;
}
</style>
border-color css
<style>
span { border-color: #83D598; }
span { border-color: rgb(131,213,152); }
td.TdClassName
{
border-color: #83D598;
}
.TagClassName
{
border-color: #83D598;
}
</style>