#85C29D

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

Shades of Summer Green #85C29D

Tints of Summer Green #85C29D

Color information

#85C29D (or 0x85C29D) is unknown color: approx Summer Green. HEX triplet: 85, C2 and 9D. RGB value is (133,194,157). Sum of RGB (Red+Green+Blue) = 133+194+157=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #85C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C29D is #7A3D62. Grayscale: #ABABAB. Windows color (decimal): -8011107 or 10338949. OLE color: 10338949.

HSL color Cylindrical-coordinate representation of color #85C29D: hue angle of 143.61º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C29D is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB133194157-
CMYK0.3100.190.24
HSL143.61º33.33%64.12%-
HSV(B)143.61º31.44%76.08%-
XYZ35.054638.93-
YUV171.54119.79100.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 194 (76.17% from 255) = 40.08%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=27.48%
G=40.08%
B=32.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331941570.3100.190.24143.6133.3364.12
Hex85C29D1F01318902140
Octal205302235370233022041100
Binary1000010111000010100111011111101001111000100100001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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