#83CA94

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

Shades of De York #83CA94

Tints of De York #83CA94

Color information

#83CA94 (or 0x83CA94) is unknown color: approx De York. HEX triplet: 83, CA and 94. RGB value is (131,202,148). Sum of RGB (Red+Green+Blue) = 131+202+148=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CA94 is #7C356B. Grayscale: #AEAEAE. Windows color (decimal): -8140140 or 9751171. OLE color: 9751171.

HSL color Cylindrical-coordinate representation of color #83CA94: hue angle of 134.37º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CA94 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB131202148-
CMYK0.3500.270.21
HSL134.37º40.11%65.29%-
HSV(B)134.37º35.15%79.22%-
XYZ35.8349.235.63-
YUV174.62112.9896.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.23%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=27.23%
G=42.00%
B=30.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312021480.3500.270.21134.3740.1165.29
Hex83CA942301B15862841
Octal203312224430332520650101
Binary10000011110010101001010010001101101110101100001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,202,148); }

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

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

 a { background-color: rgb(131,202,148); }

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

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

 span { border-color: rgb(131,202,148); }

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