Shades of De York #83D67F
Tints of De York #83D67F
RGB
CMYK
RGB Variations
Color information
#83D67F (or 0x83D67F) is known color: De York. HEX triplet: 83, D6 and 7F. RGB value is (131,214,127). Sum of RGB (Red+Green+Blue) = 131+214+127=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #83D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D67F is #7C2980. Grayscale: #B3B3B3. Windows color (decimal): -8137089 or 8377987. OLE color: 8377987.
HSL color Cylindrical-coordinate representation of color #83D67F: hue angle of 117.24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83D67F is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 127 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.16 |
| HSL | 117.24º | 0.51% | 0.67% | - |
| HSV(B) | 117.24º | 0.41% | 0.84% | - |
| XYZ | 37.24 | 54.45 | 28.63 | - |
| YUV | 179.27 | 98.5 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 127 | 0.39 | 0 | 0.41 | 0.16 | 117.24 | 0.51 | 0.67 |
| Hex | 83 | D6 | 7F | 27 | 0 | 29 | 10 | 75 | 33 | 43 |
| Octal | 203 | 326 | 177 | 47 | 0 | 51 | 20 | 165 | 63 | 103 |
| Binary | 10000011 | 11010110 | 1111111 | 100111 | 0 | 101001 | 10000 | 1110101 | 110011 | 1000011 |
Color Harmonies of #83D67F
Complementary color
Monochromatic Colors of #83D67F
Black with #83D67F
Text Example
Text Example
White with #83D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D67F; }
p { color: rgb(131,214,127); }
H1.HeaderClassName
{
color: #83D67F;
}
.AnyTagClassName
{
color: #83D67F;
}
</style>
background-color css
<style>
a { background-color: #83D67F; }
a { background-color: rgb(131,214,127); }
div.DivClassName
{
background-color: #83D67F;
}
.BgClassName
{
background-color: #83D67F;
}
</style>
border-color css
<style>
span { border-color: #83D67F; }
span { border-color: rgb(131,214,127); }
td.TdClassName
{
border-color: #83D67F;
}
.TagClassName
{
border-color: #83D67F;
}
</style>