#6FDE95

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

Shades of Silver Tree #6FDE95

Tints of Silver Tree #6FDE95

Color information

#6FDE95 (or 0x6FDE95) is unknown color: approx Silver Tree. HEX triplet: 6F, DE and 95. RGB value is (111,222,149). Sum of RGB (Red+Green+Blue) = 111+222+149=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDE95 is #90216A. Grayscale: #B4B4B4. Windows color (decimal): -9445739 or 9821807. OLE color: 9821807.

HSL color Cylindrical-coordinate representation of color #6FDE95: hue angle of 140.54º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDE95 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB111222149-
CMYK0.500.330.13
HSL140.54º62.71%65.29%-
HSV(B)140.54º50%87.06%-
XYZ38.157.7937.58-
YUV180.49110.2378.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 222 (87.11% from 255) = 46.06%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=23.03%
G=46.06%
B=30.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112221490.500.330.13140.5462.7165.29
Hex6FDE9532021D8d3f41
Octal157336225620411521577101
Binary1101111110111101001010111001001000011101100011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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