Html Css Color HEX #6ED695 Silver Tree

📋 copy color: '#6ED695'

red 110 ◦ green 214 ◦ blue 149

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

Shades of Silver Tree #6ED695

Tints of Silver Tree #6ED695

RGB

 RED value IS 110 (43.36% from 255) = 23.26%

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

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

R = 23.26%
G = 45.24%
B = 31.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#6ED695 (or 0x6ED695) is known color: Silver Tree. HEX triplet: 6E, D6 and 95. RGB value is (110,214,149). Sum of RGB (Red+Green+Blue) = 110+214+149=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED695 is #91296A. Grayscale: #AFAFAF. Windows color (decimal): -9513323 or 9819758. OLE color: 9819758.

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

Color convert

RGB 110 214 149 -
CMYK 0.49 0 0.30 0.16
HSL 142.5º 0.56% 0.64% -
HSV(B) 142.5º 0.49% 0.84% -
XYZ 35.9 53.58 36.88 -
YUV 175.49 113.04 81.29 -
System Red Green Blue C M Y K H S L
Decimal 110 214 149 0.49 0 0.30 0.16 142.5 0.56 0.64
Hex 6E D6 95 31 0 1E 10 8E 38 40
Octal 156 326 225 61 0 36 20 216 70 100
Binary 1101110 11010110 10010101 110001 0 11110 10000 10001110 111000 1000000

Color Harmonies of #6ED695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED695

Black with #6ED695

Text Example


Text Example

White with #6ED695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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