Shades of De York #83C58F
Tints of De York #83C58F
RGB
CMYK
RGB Variations
Color information
#83C58F (or 0x83C58F) is known color: De York. HEX triplet: 83, C5 and 8F. RGB value is (131,197,143). Sum of RGB (Red+Green+Blue) = 131+197+143=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #83C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C58F is #7C3A70. Grayscale: #ABABAB. Windows color (decimal): -8141425 or 9422211. OLE color: 9422211.
HSL color Cylindrical-coordinate representation of color #83C58F: hue angle of 130.91º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C58F is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 143 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.23 |
| HSL | 130.91º | 0.36% | 0.64% | - |
| HSV(B) | 130.91º | 0.34% | 0.77% | - |
| XYZ | 34.28 | 46.74 | 33.2 | - |
| YUV | 171.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 143 | 0.34 | 0 | 0.27 | 0.23 | 130.91 | 0.36 | 0.64 |
| Hex | 83 | C5 | 8F | 22 | 0 | 1B | 17 | 83 | 24 | 40 |
| Octal | 203 | 305 | 217 | 42 | 0 | 33 | 27 | 203 | 44 | 100 |
| Binary | 10000011 | 11000101 | 10001111 | 100010 | 0 | 11011 | 10111 | 10000011 | 100100 | 1000000 |
Color Harmonies of #83C58F
Complementary color
Monochromatic Colors of #83C58F
Black with #83C58F
Text Example
Text Example
White with #83C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C58F; }
p { color: rgb(131,197,143); }
H1.HeaderClassName
{
color: #83C58F;
}
.AnyTagClassName
{
color: #83C58F;
}
</style>
background-color css
<style>
a { background-color: #83C58F; }
a { background-color: rgb(131,197,143); }
div.DivClassName
{
background-color: #83C58F;
}
.BgClassName
{
background-color: #83C58F;
}
</style>
border-color css
<style>
span { border-color: #83C58F; }
span { border-color: rgb(131,197,143); }
td.TdClassName
{
border-color: #83C58F;
}
.TagClassName
{
border-color: #83C58F;
}
</style>