#6CCD85

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

Shades of Silver Tree #6CCD85

Tints of Silver Tree #6CCD85

Color information

#6CCD85 (or 0x6CCD85) is unknown color: approx Silver Tree. HEX triplet: 6C, CD and 85. RGB value is (108,205,133). Sum of RGB (Red+Green+Blue) = 108+205+133=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCD85 is #93327A. Grayscale: #A7A7A7. Windows color (decimal): -9646715 or 8768876. OLE color: 8768876.

HSL color Cylindrical-coordinate representation of color #6CCD85: hue angle of 135.46º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCD85 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB108205133-
CMYK0.4700.350.20
HSL135.46º49.24%61.37%-
HSV(B)135.46º47.32%80.39%-
XYZ32.2548.5429.86-
YUV167.79108.3685.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.22%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=24.22%
G=45.96%
B=29.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082051330.4700.350.20135.4649.2461.37
Hex6CCD852F0231487313d
Octal15431520557043242076175
Binary1101100110011011000010110111101000111010010000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,205,133); }

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

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

 a { background-color: rgb(108,205,133); }

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

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

 span { border-color: rgb(108,205,133); }

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