#85CDA0

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

Shades of Summer Green #85CDA0

Tints of Summer Green #85CDA0

Color information

#85CDA0 (or 0x85CDA0) is unknown color: approx Summer Green. HEX triplet: 85, CD and A0. RGB value is (133,205,160). Sum of RGB (Red+Green+Blue) = 133+205+160=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CDA0 is #7A325F. Grayscale: #B2B2B2. Windows color (decimal): -8008288 or 10538373. OLE color: 10538373.

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

Color convert

RGB133205160-
CMYK0.3500.220.20
HSL142.5º41.86%66.27%-
HSV(B)142.5º35.12%80.39%-
XYZ37.8551.1941.14-
YUV178.34117.6595.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 160 (62.89% from 255) = 32.13%
R=26.71%
G=41.16%
B=32.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051600.3500.220.20142.541.8666.27
Hex85CDA023016148e2a42
Octal205315240430262421652102
Binary10000101110011011010000010001101011010100100011101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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