#5cc294

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

Shades of Silver Tree #5CC294

Tints of Silver Tree #5CC294

Color information

#5CC294 (or 0x5CC294) is unknown color: approx Silver Tree. HEX triplet: 5C, C2 and 94. RGB value is (92,194,148). Sum of RGB (Red+Green+Blue) = 92+194+148=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC294 is #A33D6B. Grayscale: #9E9E9E. Windows color (decimal): -10698092 or 9749084. OLE color: 9749084.

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

Color convert

RGB92194148-
CMYK0.5300.240.24
HSL152.94º45.54%56.08%-
HSV(B)152.94º52.58%76.08%-
XYZ29.054334.79-
YUV158.26122.2180.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.20%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=21.20%
G=44.70%
B=34.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921941480.5300.240.24152.9445.5456.08
Hex5CC2943501818992e38
Octal13430222465030302315670
Binary101110011000010100101001101010110001100010011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cc294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,194,148); }

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

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

 a { background-color: rgb(92,194,148); }

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

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

 span { border-color: rgb(92,194,148); }

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