#6DCA85

Color #6DCA85 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #6DCA85

Tints of Silver Tree #6DCA85

Color information

#6DCA85 (or 0x6DCA85) is unknown color: approx Silver Tree. HEX triplet: 6D, CA and 85. RGB value is (109,202,133). Sum of RGB (Red+Green+Blue) = 109+202+133=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCA85 is #92357A. Grayscale: #A6A6A6. Windows color (decimal): -9581947 or 8768109. OLE color: 8768109.

HSL color Cylindrical-coordinate representation of color #6DCA85: hue angle of 135.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCA85 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB109202133-
CMYK0.4600.340.21
HSL135.48º46.73%60.98%-
HSV(B)135.48º46.04%79.22%-
XYZ31.6647.1929.63-
YUV166.33109.1987.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.55%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=24.55%
G=45.50%
B=29.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021330.4600.340.21135.4846.7360.98
Hex6DCA852E02215872f3d
Octal15531220556042252075775
Binary1101101110010101000010110111001000101010110000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DCA85; }

 p { color: rgb(109,202,133); }

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

<style>
 a { background-color: #6DCA85; }

 a { background-color: rgb(109,202,133); }

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

<style>
 span { border-color: #6DCA85; }

 span { border-color: rgb(109,202,133); }

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