Shades of De York #83CC85
Tints of De York #83CC85
RGB
CMYK
RGB Variations
Color information
#83CC85 (or 0x83CC85) is known color: De York. HEX triplet: 83, CC and 85. RGB value is (131,204,133). Sum of RGB (Red+Green+Blue) = 131+204+133=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC85 is #7C337A. Grayscale: #AEAEAE. Windows color (decimal): -8139643 or 8768643. OLE color: 8768643.
HSL color Cylindrical-coordinate representation of color #83CC85: hue angle of 121.64º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CC85 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 204 | 133 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.2 |
| HSL | 121.64º | 0.42% | 0.66% | - |
| HSV(B) | 121.64º | 0.36% | 0.8% | - |
| XYZ | 35.19 | 49.7 | 29.93 | - |
| YUV | 174.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 133 | 0.36 | 0 | 0.35 | 0.2 | 121.64 | 0.42 | 0.66 |
| Hex | 83 | CC | 85 | 24 | 0 | 23 | 14 | 7A | 2A | 42 |
| Octal | 203 | 314 | 205 | 44 | 0 | 43 | 24 | 172 | 52 | 102 |
| Binary | 10000011 | 11001100 | 10000101 | 100100 | 0 | 100011 | 10100 | 1111010 | 101010 | 1000010 |
Color Harmonies of #83CC85
Complementary color
Monochromatic Colors of #83CC85
Black with #83CC85
Text Example
Text Example
White with #83CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CC85; }
p { color: rgb(131,204,133); }
H1.HeaderClassName
{
color: #83CC85;
}
.AnyTagClassName
{
color: #83CC85;
}
</style>
background-color css
<style>
a { background-color: #83CC85; }
a { background-color: rgb(131,204,133); }
div.DivClassName
{
background-color: #83CC85;
}
.BgClassName
{
background-color: #83CC85;
}
</style>
border-color css
<style>
span { border-color: #83CC85; }
span { border-color: rgb(131,204,133); }
td.TdClassName
{
border-color: #83CC85;
}
.TagClassName
{
border-color: #83CC85;
}
</style>