Shades of De York #83DF8A
Tints of De York #83DF8A
RGB
CMYK
RGB Variations
Color information
#83DF8A (or 0x83DF8A) is known color: De York. HEX triplet: 83, DF and 8A. RGB value is (131,223,138). Sum of RGB (Red+Green+Blue) = 131+223+138=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DF8A is #7C2075. Grayscale: #BABABA. Windows color (decimal): -8134774 or 9101187. OLE color: 9101187.
HSL color Cylindrical-coordinate representation of color #83DF8A: hue angle of 124.57º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DF8A is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 138 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.13 |
| HSL | 124.57º | 0.59% | 0.69% | - |
| HSV(B) | 124.57º | 0.41% | 0.87% | - |
| XYZ | 40.34 | 59.44 | 33.39 | - |
| YUV | 185.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 138 | 0.41 | 0 | 0.38 | 0.13 | 124.57 | 0.59 | 0.69 |
| Hex | 83 | DF | 8A | 29 | 0 | 26 | D | 7D | 3B | 45 |
| Octal | 203 | 337 | 212 | 51 | 0 | 46 | 15 | 175 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10001010 | 101001 | 0 | 100110 | 1101 | 1111101 | 111011 | 1000101 |
Color Harmonies of #83DF8A
Complementary color
Monochromatic Colors of #83DF8A
Black with #83DF8A
Text Example
Text Example
White with #83DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DF8A; }
p { color: rgb(131,223,138); }
H1.HeaderClassName
{
color: #83DF8A;
}
.AnyTagClassName
{
color: #83DF8A;
}
</style>
background-color css
<style>
a { background-color: #83DF8A; }
a { background-color: rgb(131,223,138); }
div.DivClassName
{
background-color: #83DF8A;
}
.BgClassName
{
background-color: #83DF8A;
}
</style>
border-color css
<style>
span { border-color: #83DF8A; }
span { border-color: rgb(131,223,138); }
td.TdClassName
{
border-color: #83DF8A;
}
.TagClassName
{
border-color: #83DF8A;
}
</style>