Html Css Color HEX #85C89E Summer Green

📋 copy color: '#85C89E'

red 133 ◦ green 200 ◦ blue 158

#85C89E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #85C89E

Tints of Summer Green #85C89E

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 value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#85C89E (or 0x85C89E) is known color: 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.33%. 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

RGB 133 200 158 -
CMYK 0.34 0 0.21 0.22
HSL 142.39º 0.38% 0.65% -
HSV(B) 142.39º 0.34% 0.78% -
XYZ 36.5 48.76 39.84 -
YUV 175.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 133 200 158 0.34 0 0.21 0.22 142.39 0.38 0.65
Hex 85 C8 9E 22 0 15 16 8E 26 41
Octal 205 310 236 42 0 25 26 216 46 101
Binary 10000101 11001000 10011110 100010 0 10101 10110 10001110 100110 1000001

Color Harmonies of #85C89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C89E

Black with #85C89E

Text Example


Text Example

White with #85C89E

Text Example


Text Example

HTML Codes & Css Web 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>