#5CC38A

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

Shades of Silver Tree #5CC38A

Tints of Silver Tree #5CC38A

Color information

#5CC38A (or 0x5CC38A) is unknown color: approx Silver Tree. HEX triplet: 5C, C3 and 8A. RGB value is (92,195,138). Sum of RGB (Red+Green+Blue) = 92+195+138=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC38A is #A33C75. Grayscale: #9D9D9D. Windows color (decimal): -10697846 or 9093980. OLE color: 9093980.

HSL color Cylindrical-coordinate representation of color #5CC38A: hue angle of 146.8º 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 #5CC38A is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB92195138-
CMYK0.5300.290.24
HSL146.8º46.19%56.27%-
HSV(B)146.8º52.82%76.47%-
XYZ28.5243.1430.87-
YUV157.7116.8881.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.65%
GREEN value IS 195 (76.56% from 255) = 45.88%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=21.65%
G=45.88%
B=32.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921951380.5300.290.24146.846.1956.27
Hex5CC38A3501D18932e38
Octal13430321265035302235670
Binary101110011000011100010101101010111011100010010011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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