#5DCC94

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

Shades of Silver Tree #5DCC94

Tints of Silver Tree #5DCC94

Color information

#5DCC94 (or 0x5DCC94) is unknown color: approx Silver Tree. HEX triplet: 5D, CC and 94. RGB value is (93,204,148). Sum of RGB (Red+Green+Blue) = 93+204+148=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCC94 is #A2336B. Grayscale: #A4A4A4. Windows color (decimal): -10629996 or 9751645. OLE color: 9751645.

HSL color Cylindrical-coordinate representation of color #5DCC94: hue angle of 149.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCC94 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB93204148-
CMYK0.5400.270.2
HSL149.73º52.11%58.24%-
HSV(B)149.73º54.41%80%-
XYZ31.4547.6535.56-
YUV164.43118.7377.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.90%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=20.90%
G=45.84%
B=33.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal932041480.5400.270.2149.7352.1158.24
Hex5DCC943601B1496343a
Octal13531422466033242266472
Binary101110111001100100101001101100110111010010010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,204,148); }

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

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

 a { background-color: rgb(93,204,148); }

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

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

 span { border-color: rgb(93,204,148); }

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