#85CD9D

Color #85CD9D Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #85CD9D

Tints of Summer Green #85CD9D

Color information

#85CD9D (or 0x85CD9D) is unknown color: approx Summer Green. HEX triplet: 85, CD and 9D. RGB value is (133,205,157). Sum of RGB (Red+Green+Blue) = 133+205+157=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD9D is #7A3262. Grayscale: #B2B2B2. Windows color (decimal): -8008291 or 10341765. OLE color: 10341765.

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

Color convert

RGB133205157-
CMYK0.3500.230.20
HSL140º41.86%66.27%-
HSV(B)140º35.12%80.39%-
XYZ37.5951.0839.78-
YUV178116.1595.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=26.87%
G=41.41%
B=31.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051570.3500.230.2014041.8666.27
Hex85CD9D23017148c2a42
Octal205315235430272421452102
Binary10000101110011011001110110001101011110100100011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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