#6CD185

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

Shades of Silver Tree #6CD185

Tints of Silver Tree #6CD185

Color information

#6CD185 (or 0x6CD185) is unknown color: approx Silver Tree. HEX triplet: 6C, D1 and 85. RGB value is (108,209,133). Sum of RGB (Red+Green+Blue) = 108+209+133=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #6CD185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD185 is #932E7A. Grayscale: #AAAAAA. Windows color (decimal): -9645691 or 8769900. OLE color: 8769900.

HSL color Cylindrical-coordinate representation of color #6CD185: hue angle of 134.85º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD185 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB108209133-
CMYK0.4800.360.18
HSL134.85º52.33%62.16%-
HSV(B)134.85º48.33%81.96%-
XYZ33.2250.4830.18-
YUV170.14107.0483.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24%
GREEN value IS 209 (82.03% from 255) = 46.44%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=24%
G=46.44%
B=29.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082091330.4800.360.18134.8552.3362.16
Hex6CD185300241287343e
Octal15432120560044222076476
Binary1101100110100011000010111000001001001001010000111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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