#5DCC90

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

Shades of Silver Tree #5DCC90

Tints of Silver Tree #5DCC90

Color information

#5DCC90 (or 0x5DCC90) is unknown color: approx Silver Tree. HEX triplet: 5D, CC and 90. RGB value is (93,204,144). Sum of RGB (Red+Green+Blue) = 93+204+144=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCC90 is #A2336F. Grayscale: #A4A4A4. Windows color (decimal): -10630000 or 9489501. OLE color: 9489501.

HSL color Cylindrical-coordinate representation of color #5DCC90: hue angle of 147.57º 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 #5DCC90 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB93204144-
CMYK0.5400.290.2
HSL147.57º52.11%58.24%-
HSV(B)147.57º54.41%80%-
XYZ31.1447.5333.92-
YUV163.97116.7377.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.09%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=21.09%
G=46.26%
B=32.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal932041440.5400.290.2147.5752.1158.24
Hex5DCC903601D1494343a
Octal13531422066035242246472
Binary101110111001100100100001101100111011010010010100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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