#85CC94

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

Shades of De York #85CC94

Tints of De York #85CC94

Color information

#85CC94 (or 0x85CC94) is unknown color: approx De York. HEX triplet: 85, CC and 94. RGB value is (133,204,148). Sum of RGB (Red+Green+Blue) = 133+204+148=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC94 is #7A336B. Grayscale: #B0B0B0. Windows color (decimal): -8008556 or 9751685. OLE color: 9751685.

HSL color Cylindrical-coordinate representation of color #85CC94: hue angle of 132.68º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CC94 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB133204148-
CMYK0.3500.270.2
HSL132.68º41.04%66.08%-
HSV(B)132.68º34.8%80%-
XYZ36.6150.3135.8-
YUV176.39111.9897.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 204 (80.08% from 255) = 42.06%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=27.42%
G=42.06%
B=30.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041480.3500.270.2132.6841.0466.08
Hex85CC942301B14852942
Octal205314224430332420551102
Binary10000101110011001001010010001101101110100100001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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