#85DC94

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

Shades of De York #85DC94

Tints of De York #85DC94

Color information

#85DC94 (or 0x85DC94) is unknown color: approx De York. HEX triplet: 85, DC and 94. RGB value is (133,220,148). Sum of RGB (Red+Green+Blue) = 133+220+148=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC94 is #7A236B. Grayscale: #B9B9B9. Windows color (decimal): -8004460 or 9755781. OLE color: 9755781.

HSL color Cylindrical-coordinate representation of color #85DC94: hue angle of 130.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DC94 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB133220148-
CMYK0.4000.330.14
HSL130.34º55.41%69.22%-
HSV(B)130.34º39.55%86.27%-
XYZ40.6158.3137.13-
YUV185.78106.6890.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=26.55%
G=43.91%
B=29.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201480.4000.330.14130.3455.4169.22
Hex85DC9428021E823745
Octal205334224500411620267105
Binary10000101110111001001010010100001000011110100000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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