Html Css Color HEX #5DCA96 Silver Tree

📋 copy color: '#5DCA96'

red 93 ◦ green 202 ◦ blue 150

#5DCA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #5DCA96

Tints of Silver Tree #5DCA96

RGB

 RED value IS 93 (36.72% from 255) = 20.9%

 GREEN value IS 202 (79.3% from 255) = 45.39%

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 20.9%
G = 45.39%
B = 33.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#5DCA96 (or 0x5DCA96) is known color: Silver Tree. HEX triplet: 5D, CA and 96. RGB value is (93,202,150). Sum of RGB (Red+Green+Blue) = 93+202+150=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCA96 is #A23569. Grayscale: #A3A3A3. Windows color (decimal): -10630506 or 9882205. OLE color: 9882205.

HSL color Cylindrical-coordinate representation of color #5DCA96: hue angle of 151.38º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCA96 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 202 150 -
CMYK 0.54 0 0.26 0.21
HSL 151.38º 0.51% 0.58% -
HSV(B) 151.38º 0.54% 0.79% -
XYZ 31.14 46.77 36.24 -
YUV 163.48 120.39 77.73 -
System Red Green Blue C M Y K H S L
Decimal 93 202 150 0.54 0 0.26 0.21 151.38 0.51 0.58
Hex 5D CA 96 36 0 1A 15 97 33 3A
Octal 135 312 226 66 0 32 25 227 63 72
Binary 1011101 11001010 10010110 110110 0 11010 10101 10010111 110011 111010

Color Harmonies of #5DCA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCA96

Black with #5DCA96

Text Example


Text Example

White with #5DCA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,202,150); }

 H1.HeaderClassName
 {
   color: #5DCA96;
 }
 .AnyTagClassName
 {
   color: #5DCA96;
 }
</style>

background-color css

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

 a { background-color: rgb(93,202,150); }

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

border-color css

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

 span { border-color: rgb(93,202,150); }

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