#6DD686

Color #6DD686 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6DD686

Tints of Pastel Green #6DD686

Color information

#6DD686 (or 0x6DD686) is unknown color: approx Pastel Green. HEX triplet: 6D, D6 and 86. RGB value is (109,214,134). Sum of RGB (Red+Green+Blue) = 109+214+134=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD686 is #922979. Grayscale: #ADADAD. Windows color (decimal): -9578874 or 8836717. OLE color: 8836717.

HSL color Cylindrical-coordinate representation of color #6DD686: hue angle of 134.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD686 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB109214134-
CMYK0.4900.370.16
HSL134.29º56.15%63.33%-
HSV(B)134.29º49.07%83.92%-
XYZ34.6653.0730.97-
YUV173.48105.7182-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.85%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=23.85%
G=46.83%
B=29.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092141340.4900.370.16134.2956.1563.33
Hex6DD686310251086383f
Octal15532620661045202067077
Binary1101101110101101000011011000101001011000010000110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,214,134); }

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

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

 a { background-color: rgb(109,214,134); }

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

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

 span { border-color: rgb(109,214,134); }

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