#5CC08D

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

Shades of Silver Tree #5CC08D

Tints of Silver Tree #5CC08D

Color information

#5CC08D (or 0x5CC08D) is unknown color: approx Silver Tree. HEX triplet: 5C, C0 and 8D. RGB value is (92,192,141). Sum of RGB (Red+Green+Blue) = 92+192+141=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC08D is #A33F72. Grayscale: #9C9C9C. Windows color (decimal): -10698611 or 9289820. OLE color: 9289820.

HSL color Cylindrical-coordinate representation of color #5CC08D: hue angle of 149.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC08D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB92192141-
CMYK0.5200.270.25
HSL149.4º44.25%55.69%-
HSV(B)149.4º52.08%75.29%-
XYZ28.0741.931.81-
YUV156.29119.3782.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.65%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=21.65%
G=45.18%
B=33.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921921410.5200.270.25149.444.2555.69
Hex5CC08D3401B19952c38
Octal13430021564033312255470
Binary101110011000000100011011101000110111100110010101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,192,141); }

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

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

 a { background-color: rgb(92,192,141); }

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

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

 span { border-color: rgb(92,192,141); }

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