#5CC385

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

Shades of Silver Tree #5CC385

Tints of Silver Tree #5CC385

Color information

#5CC385 (or 0x5CC385) is unknown color: approx Silver Tree. HEX triplet: 5C, C3 and 85. RGB value is (92,195,133). Sum of RGB (Red+Green+Blue) = 92+195+133=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC385 is #A33C7A. Grayscale: #9D9D9D. Windows color (decimal): -10697851 or 8766300. OLE color: 8766300.

HSL color Cylindrical-coordinate representation of color #5CC385: hue angle of 143.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC385 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB92195133-
CMYK0.5300.320.24
HSL143.88º46.19%56.27%-
HSV(B)143.88º52.82%76.47%-
XYZ28.164329.01-
YUV157.14114.3881.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.90%
GREEN value IS 195 (76.56% from 255) = 46.43%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=21.90%
G=46.43%
B=31.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921951330.5300.320.24143.8846.1956.27
Hex5CC3853502018902e38
Octal13430320565040302205670
Binary1011100110000111000010111010101000001100010010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CC385; }

 p { color: rgb(92,195,133); }

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

<style>
 a { background-color: #5CC385; }

 a { background-color: rgb(92,195,133); }

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

<style>
 span { border-color: #5CC385; }

 span { border-color: rgb(92,195,133); }

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