#6DDC8F

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

Shades of Silver Tree #6DDC8F

Tints of Silver Tree #6DDC8F

Color information

#6DDC8F (or 0x6DDC8F) is unknown color: approx Silver Tree. HEX triplet: 6D, DC and 8F. RGB value is (109,220,143). Sum of RGB (Red+Green+Blue) = 109+220+143=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDC8F is #922370. Grayscale: #B2B2B2. Windows color (decimal): -9577329 or 9428077. OLE color: 9428077.

HSL color Cylindrical-coordinate representation of color #6DDC8F: hue angle of 138.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDC8F is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB109220143-
CMYK0.5000.350.14
HSL138.38º61.33%64.51%-
HSV(B)138.38º50.45%86.27%-
XYZ36.8656.4234.93-
YUV178.03108.2378.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.09%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=23.09%
G=46.61%
B=30.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201430.5000.350.14138.3861.3364.51
Hex6DDC8F32023E8a3d41
Octal155334217620431621275101
Binary1101101110111001000111111001001000111110100010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,143); }

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

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

 a { background-color: rgb(109,220,143); }

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

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

 span { border-color: rgb(109,220,143); }

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