#6CDF95

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

Shades of Silver Tree #6CDF95

Tints of Silver Tree #6CDF95

Color information

#6CDF95 (or 0x6CDF95) is unknown color: approx Silver Tree. HEX triplet: 6C, DF and 95. RGB value is (108,223,149). Sum of RGB (Red+Green+Blue) = 108+223+149=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDF95 is #93206A. Grayscale: #B4B4B4. Windows color (decimal): -9642091 or 9822060. OLE color: 9822060.

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

Color convert

RGB108223149-
CMYK0.5200.330.13
HSL141.39º64.25%64.9%-
HSV(B)141.39º51.57%87.45%-
XYZ3858.1337.65-
YUV180.18110.476.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.5%
GREEN value IS 223 (87.5% from 255) = 46.46%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=22.5%
G=46.46%
B=31.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082231490.5200.330.13141.3964.2564.9
Hex6CDF9534021D8d4041
Octal1543372256404115215100101
Binary11011001101111110010101110100010000111011000110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,223,149); }

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

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

 a { background-color: rgb(108,223,149); }

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

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

 span { border-color: rgb(108,223,149); }

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