Html Css Color HEX #5ED695 Silver Tree

📋 copy color: '#5ED695'

red 94 ◦ green 214 ◦ blue 149

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

Shades of Silver Tree #5ED695

Tints of Silver Tree #5ED695

RGB

 RED value IS 94 (37.11% from 255) = 20.57%

 GREEN value IS 214 (83.98% from 255) = 46.83%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 20.57%
G = 46.83%
B = 32.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#5ED695 (or 0x5ED695) is known color: Silver Tree. HEX triplet: 5E, D6 and 95. RGB value is (94,214,149). Sum of RGB (Red+Green+Blue) = 94+214+149=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED695 is #A1296A. Grayscale: #AAAAAA. Windows color (decimal): -10561899 or 9819742. OLE color: 9819742.

HSL color Cylindrical-coordinate representation of color #5ED695: hue angle of 147.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED695 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 214 149 -
CMYK 0.56 0 0.30 0.16
HSL 147.5º 0.59% 0.6% -
HSV(B) 147.5º 0.56% 0.84% -
XYZ 34.09 52.64 36.8 -
YUV 170.71 115.74 73.29 -
System Red Green Blue C M Y K H S L
Decimal 94 214 149 0.56 0 0.30 0.16 147.5 0.59 0.6
Hex 5E D6 95 38 0 1E 10 94 3B 3C
Octal 136 326 225 70 0 36 20 224 73 74
Binary 1011110 11010110 10010101 111000 0 11110 10000 10010100 111011 111100

Color Harmonies of #5ED695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED695

Black with #5ED695

Text Example


Text Example

White with #5ED695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,214,149); }

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

background-color css

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

 a { background-color: rgb(94,214,149); }

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

border-color css

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

 span { border-color: rgb(94,214,149); }

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