#83CC94

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

Shades of De York #83CC94

Tints of De York #83CC94

Color information

#83CC94 (or 0x83CC94) is unknown color: approx De York. HEX triplet: 83, CC and 94. RGB value is (131,204,148). Sum of RGB (Red+Green+Blue) = 131+204+148=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC94 is #7C336B. Grayscale: #AFAFAF. Windows color (decimal): -8139628 or 9751683. OLE color: 9751683.

HSL color Cylindrical-coordinate representation of color #83CC94: hue angle of 133.97º 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 #83CC94 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB131204148-
CMYK0.3600.270.2
HSL133.97º41.71%65.69%-
HSV(B)133.97º35.78%80%-
XYZ36.350.1535.78-
YUV175.79112.3296.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=27.12%
G=42.24%
B=30.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041480.3600.270.2133.9741.7165.69
Hex83CC942401B14862a42
Octal203314224440332420652102
Binary10000011110011001001010010010001101110100100001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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