#5CCD8D

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

Shades of Silver Tree #5CCD8D

Tints of Silver Tree #5CCD8D

Color information

#5CCD8D (or 0x5CCD8D) is unknown color: approx Silver Tree. HEX triplet: 5C, CD and 8D. RGB value is (92,205,141). Sum of RGB (Red+Green+Blue) = 92+205+141=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCD8D is #A33272. Grayscale: #A4A4A4. Windows color (decimal): -10695283 or 9293148. OLE color: 9293148.

HSL color Cylindrical-coordinate representation of color #5CCD8D: hue angle of 146.02º 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 #5CCD8D is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB92205141-
CMYK0.5500.310.20
HSL146.02º53.05%58.24%-
HSV(B)146.02º55.12%80.39%-
XYZ31.0547.8632.8-
YUV163.92115.0676.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.00%
GREEN value IS 205 (80.47% from 255) = 46.80%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=21.00%
G=46.80%
B=32.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922051410.5500.310.20146.0253.0558.24
Hex5CCD8D3701F1492353a
Octal13431521567037242226572
Binary101110011001101100011011101110111111010010010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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