Shades of De York #83D27F
Tints of De York #83D27F
RGB
CMYK
RGB Variations
Color information
#83D27F (or 0x83D27F) is known color: De York. HEX triplet: 83, D2 and 7F. RGB value is (131,210,127). Sum of RGB (Red+Green+Blue) = 131+210+127=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #83D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D27F is #7C2D80. Grayscale: #B1B1B1. Windows color (decimal): -8138113 or 8376963. OLE color: 8376963.
HSL color Cylindrical-coordinate representation of color #83D27F: hue angle of 117.11º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83D27F is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 127 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.18 |
| HSL | 117.11º | 0.48% | 0.66% | - |
| HSV(B) | 117.11º | 0.4% | 0.82% | - |
| XYZ | 36.24 | 52.45 | 28.29 | - |
| YUV | 176.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 127 | 0.38 | 0 | 0.40 | 0.18 | 117.11 | 0.48 | 0.66 |
| Hex | 83 | D2 | 7F | 26 | 0 | 28 | 12 | 75 | 30 | 42 |
| Octal | 203 | 322 | 177 | 46 | 0 | 50 | 22 | 165 | 60 | 102 |
| Binary | 10000011 | 11010010 | 1111111 | 100110 | 0 | 101000 | 10010 | 1110101 | 110000 | 1000010 |
Color Harmonies of #83D27F
Complementary color
Monochromatic Colors of #83D27F
Black with #83D27F
Text Example
Text Example
White with #83D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D27F; }
p { color: rgb(131,210,127); }
H1.HeaderClassName
{
color: #83D27F;
}
.AnyTagClassName
{
color: #83D27F;
}
</style>
background-color css
<style>
a { background-color: #83D27F; }
a { background-color: rgb(131,210,127); }
div.DivClassName
{
background-color: #83D27F;
}
.BgClassName
{
background-color: #83D27F;
}
</style>
border-color css
<style>
span { border-color: #83D27F; }
span { border-color: rgb(131,210,127); }
td.TdClassName
{
border-color: #83D27F;
}
.TagClassName
{
border-color: #83D27F;
}
</style>