#5CC48A

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

Shades of Silver Tree #5CC48A

Tints of Silver Tree #5CC48A

Color information

#5CC48A (or 0x5CC48A) is unknown color: approx Silver Tree. HEX triplet: 5C, C4 and 8A. RGB value is (92,196,138). Sum of RGB (Red+Green+Blue) = 92+196+138=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC48A is #A33B75. Grayscale: #9E9E9E. Windows color (decimal): -10697590 or 9094236. OLE color: 9094236.

HSL color Cylindrical-coordinate representation of color #5CC48A: hue angle of 146.54º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC48A is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB92196138-
CMYK0.5300.300.23
HSL146.54º46.85%56.47%-
HSV(B)146.54º53.06%76.86%-
XYZ28.7443.5930.94-
YUV158.29116.5480.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.60%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=21.60%
G=46.01%
B=32.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921961380.5300.300.23146.5446.8556.47
Hex5CC48A3501E17932f38
Octal13430421265036272235770
Binary101110011000100100010101101010111101011110010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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