Html Css Color HEX #85C89F Summer Green

📋 copy color: '#85C89F'

red 133 ◦ green 200 ◦ blue 159

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

Shades of Summer Green #85C89F

Tints of Summer Green #85C89F

RGB

 RED value IS 133 (52.34% from 255) = 27.03%

 GREEN value IS 200 (78.52% from 255) = 40.65%

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 27.03%
G = 40.65%
B = 32.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#85C89F (or 0x85C89F) is known color: Summer Green. HEX triplet: 85, C8 and 9F. RGB value is (133,200,159). Sum of RGB (Red+Green+Blue) = 133+200+159=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #85C89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C89F is #7A3760. Grayscale: #AFAFAF. Windows color (decimal): -8009569 or 10471557. OLE color: 10471557.

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

Color convert

RGB 133 200 159 -
CMYK 0.34 0 0.20 0.22
HSL 143.28º 0.38% 0.65% -
HSV(B) 143.28º 0.34% 0.78% -
XYZ 36.59 48.8 40.29 -
YUV 175.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 133 200 159 0.34 0 0.20 0.22 143.28 0.38 0.65
Hex 85 C8 9F 22 0 14 16 8F 26 41
Octal 205 310 237 42 0 24 26 217 46 101
Binary 10000101 11001000 10011111 100010 0 10100 10110 10001111 100110 1000001

Color Harmonies of #85C89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C89F

Black with #85C89F

Text Example


Text Example

White with #85C89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85C89F;
 }
 .AnyTagClassName
 {
   color: #85C89F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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