#6FE495

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

Shades of Silver Tree #6FE495

Tints of Silver Tree #6FE495

Color information

#6FE495 (or 0x6FE495) is unknown color: approx Silver Tree. HEX triplet: 6F, E4 and 95. RGB value is (111,228,149). Sum of RGB (Red+Green+Blue) = 111+228+149=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE495 is #901B6A. Grayscale: #B8B8B8. Windows color (decimal): -9444203 or 9823343. OLE color: 9823343.

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

Color convert

RGB111228149-
CMYK0.5100.350.11
HSL139.49º68.42%66.47%-
HSV(B)139.49º51.32%89.41%-
XYZ39.7261.0438.12-
YUV184.01108.2475.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 228 (89.45% from 255) = 46.72%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=22.75%
G=46.72%
B=30.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1112281490.5100.350.11139.4968.4266.47
Hex6FE49533023B8b4442
Octal1573442256304313213104102
Binary11011111110010010010101110011010001110111000101110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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