#5CCD94

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

Shades of Silver Tree #5CCD94

Tints of Silver Tree #5CCD94

Color information

#5CCD94 (or 0x5CCD94) is unknown color: approx Silver Tree. HEX triplet: 5C, CD and 94. RGB value is (92,205,148). Sum of RGB (Red+Green+Blue) = 92+205+148=445 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.67% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCD94 is #A3326B. Grayscale: #A4A4A4. Windows color (decimal): -10695276 or 9751900. OLE color: 9751900.

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

Color convert

RGB92205148-
CMYK0.5500.280.20
HSL149.73º53.05%58.24%-
HSV(B)149.73º55.12%80.39%-
XYZ31.5948.0835.63-
YUV164.71118.5676.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.67%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=20.67%
G=46.07%
B=33.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922051480.5500.280.20149.7353.0558.24
Hex5CCD943701C1496353a
Octal13431522467034242266572
Binary101110011001101100101001101110111001010010010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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