#83C575

Color #83C575 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #83C575

Tints of De York #83C575

Color information

#83C575 (or 0x83C575) is unknown color: approx De York. HEX triplet: 83, C5 and 75. RGB value is (131,197,117). Sum of RGB (Red+Green+Blue) = 131+197+117=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #83C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C575 is #7C3A8A. Grayscale: #A8A8A8. Windows color (decimal): -8141451 or 7718275. OLE color: 7718275.

HSL color Cylindrical-coordinate representation of color #83C575: hue angle of 109.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83C575 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB131197117-
CMYK0.3400.410.23
HSL109.5º40.82%61.57%-
HSV(B)109.5º40.61%77.25%-
XYZ32.5446.0424-
YUV168.1599.13101.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 29.44%
GREEN value IS 197 (77.34% from 255) = 44.27%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=29.44%
G=44.27%
B=26.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1311971170.3400.410.23109.540.8261.57
Hex83C57522029176d293e
Octal20330516542051271555176
Binary100000111100010111101011000100101001101111101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83C575; }

 p { color: rgb(131,197,117); }

 H1.HeaderClassName
 {
   color: #83C575;
 }
 .AnyTagClassName
 {
   color: #83C575;
 }
</style>
background-color css

<style>
 a { background-color: #83C575; }

 a { background-color: rgb(131,197,117); }

 div.DivClassName
 {
   background-color: #83C575;
 }
 .BgClassName
 {
   background-color: #83C575;
 }
</style>
border-color css

<style>
 span { border-color: #83C575; }

 span { border-color: rgb(131,197,117); }

 td.TdClassName
 {
   border-color: #83C575;
 }
 .TagClassName
 {
   border-color: #83C575;
 }
</style>