#85C89E

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

Shades of Summer Green #85C89E

Tints of Summer Green #85C89E

Color information

#85C89E (or 0x85C89E) is unknown color: approx Summer Green. HEX triplet: 85, C8 and 9E. RGB value is (133,200,158). Sum of RGB (Red+Green+Blue) = 133+200+158=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #85C89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C89E is #7A3761. Grayscale: #AFAFAF. Windows color (decimal): -8009570 or 10406021. OLE color: 10406021.

HSL color Cylindrical-coordinate representation of color #85C89E: hue angle of 142.39º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C89E is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB133200158-
CMYK0.3400.210.22
HSL142.39º37.85%65.29%-
HSV(B)142.39º33.5%78.43%-
XYZ36.548.7639.84-
YUV175.18118.397.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=27.09%
G=40.73%
B=32.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001580.3400.210.22142.3937.8565.29
Hex85C89E22015168e2641
Octal205310236420252621646101
Binary10000101110010001001111010001001010110110100011101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,200,158); }

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

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

 a { background-color: rgb(133,200,158); }

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

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

 span { border-color: rgb(133,200,158); }

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