#6BE495

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

Shades of Silver Tree #6BE495

Tints of Silver Tree #6BE495

Color information

#6BE495 (or 0x6BE495) is unknown color: approx Silver Tree. HEX triplet: 6B, E4 and 95. RGB value is (107,228,149). Sum of RGB (Red+Green+Blue) = 107+228+149=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE495 is #941B6A. Grayscale: #B7B7B7. Windows color (decimal): -9706347 or 9823339. OLE color: 9823339.

HSL color Cylindrical-coordinate representation of color #6BE495: hue angle of 140.83º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE495 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB107228149-
CMYK0.5300.350.11
HSL140.83º69.14%65.69%-
HSV(B)140.83º53.07%89.41%-
XYZ39.2360.7838.1-
YUV182.81108.9173.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=22.11%
G=47.11%
B=30.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072281490.5300.350.11140.8369.1465.69
Hex6BE49535023B8d4542
Octal1533442256504313215105102
Binary11010111110010010010101110101010001110111000110110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,228,149); }

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

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

 a { background-color: rgb(107,228,149); }

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

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

 span { border-color: rgb(107,228,149); }

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