#85CD93

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

Shades of De York #85CD93

Tints of De York #85CD93

Color information

#85CD93 (or 0x85CD93) is unknown color: approx De York. HEX triplet: 85, CD and 93. RGB value is (133,205,147). Sum of RGB (Red+Green+Blue) = 133+205+147=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD93 is #7A326C. Grayscale: #B1B1B1. Windows color (decimal): -8008301 or 9686405. OLE color: 9686405.

HSL color Cylindrical-coordinate representation of color #85CD93: hue angle of 131.67º degrees, saturation: 0.42, 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 #85CD93 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB133205147-
CMYK0.3500.280.20
HSL131.67º41.86%66.27%-
HSV(B)131.67º35.12%80.39%-
XYZ36.7750.7635.46-
YUV176.86111.1596.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=27.42%
G=42.27%
B=30.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051470.3500.280.20131.6741.8666.27
Hex85CD932301C14842a42
Octal205315223430342420452102
Binary10000101110011011001001110001101110010100100001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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