#83CD85

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

Shades of De York #83CD85

Tints of De York #83CD85

Color information

#83CD85 (or 0x83CD85) is unknown color: approx De York. HEX triplet: 83, CD and 85. RGB value is (131,205,133). Sum of RGB (Red+Green+Blue) = 131+205+133=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CD85 is #7C327A. Grayscale: #AEAEAE. Windows color (decimal): -8139387 or 8768899. OLE color: 8768899.

HSL color Cylindrical-coordinate representation of color #83CD85: hue angle of 121.62º degrees, saturation: 0.43, 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 #83CD85 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB131205133-
CMYK0.3600.350.20
HSL121.62º42.53%65.88%-
HSV(B)121.62º36.1%80.39%-
XYZ35.4350.1830.01-
YUV174.67104.4896.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.93%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=27.93%
G=43.71%
B=28.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312051330.3600.350.20121.6242.5365.88
Hex83CD8524023147a2b42
Octal203315205440432417253102
Binary10000011110011011000010110010001000111010011110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,205,133); }

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

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

 a { background-color: rgb(131,205,133); }

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

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

 span { border-color: rgb(131,205,133); }

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